Forum Discussion

Jason_Morse_413's avatar
Jason_Morse_413
Icon for Nimbostratus rankNimbostratus
Aug 27, 2012

Get list of data groups

Is there any way to get a listing of available data groups?

 

I have several string data groups following the convention they are prefixed with "foo". I want to get these "foo" groups and build a response (via HTTP::respond) back to the client formatted with the mapping we've defined in those groups.

 

I'm currently using 10.2

 

1 Reply

  • Hi Jason,

     

     

    I don't believe this is possible. You could query to see if a data group exists using [class exists $datagroup].

     

     

    Aaron