Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
In our dashboard we are using container, in the container we are having 5 tables like following order as A,B,C,D&E and filters value using like as same as A,B,C,D&E.
As default the container tab(tables) will be show like A,B,C,D&E
If the user selected the filter C then the container tab(tables) order should change as C,A,B,D&E.
If the user selected the filter D then the container tab(tables) order should change as D,A,B,C&D.
I hope you all understand the requirement, can you please help me on this.
Thanks in advance.
We have fixed the issue using rank function like the below
As per the filter selection based on the count of value the container will be display
=if(len(Only({<[ABC] = {"=Rank(count({<status={'Open'}>}number))=1"}>}[ABC]) ) = 0,0,1)
Hope it might be some one helps.
As far as I know, reordering tabs can only be done manually.
-ws
We have fixed the issue using rank function like the below
As per the filter selection based on the count of value the container will be display
=if(len(Only({<[ABC] = {"=Rank(count({<status={'Open'}>}number))=1"}>}[ABC]) ) = 0,0,1)
Hope it might be some one helps.
Where exactly did you used that condition.
In the Show Condition
For me it is not changing order, it only show/hide that tab. If possible, could you please share that qvf file.
Thanks in advance.
Solved it using Bookmarks - Save Layout option.
Thanks