cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

Thingworx doubt

Rayon_11
10-Marble

Thingworx doubt

How to write a service that gives 300 user name in ThingWorx

 

 

1 REPLY 1
PaiChung
22-Sapphire I
(To:Rayon_11)

Best would be if your initial query did a limit return of 300.

For example if the users are in a user group you could use QueryGroupMembers and set maxitems to 300

It would only give you the top 300 alphabetically.

Or you could get all users (hopefully not too large a group) and use InfoTableFunctions TopN

 

I guess the question to start, where are the user names located, or are you trying to generate users?

Top Tags