Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
sibin_jacob
Creator III
Creator III

Straight Table Sorting

Hi,

I have a straight table with dimension Team_code. When User selecting Team_code inside that straight table I need to show selected team_code in green color and also I need to show all the other Team_codes. These things are working fine. The only problem is I need to show selected one in top of the table.

Sample1.png

Here I selected Team4. I need to show Team4 in top row of this table. Is there any way to show selected Team in top row of the table ?

Here I am attaching my application & Data file.

Thanks,

Sibin Jacob.C

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Try a sort by expression:

=if(Team=GetFieldSelections( Team ),-1)

in sort tab.

SortBy.PNG

View solution in original post

2 Replies
swuehl
MVP
MVP

Try a sort by expression:

=if(Team=GetFieldSelections( Team ),-1)

in sort tab.

SortBy.PNG

sibin_jacob
Creator III
Creator III
Author

Thanks Swuehl.... Its working fine.............