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 called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X

Infotable sort function case sensitive

nparikh
2-Guest

Infotable sort function case sensitive

Hello,

Infotable sort function returns case sensitive result when sorted on column which has string data type.

var params = { sortColumn: "column1", t: "myinfotable", ascending: true };

var result = Resources["InfoTableFunctions"].Sort(params);

Is there a way to sort infotable keeping sort type case insensitive ? or work around ?

Thingworx version - Thingworx v 7.2.6-b76

1 ACCEPTED SOLUTION

Accepted Solutions

Create a new column with Derive snippet where you set it to fieldName.toLowerCase() and sort by this column.

View solution in original post

1 REPLY 1

Create a new column with Derive snippet where you set it to fieldName.toLowerCase() and sort by this column.

Top Tags