Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

straight table

I have a straight table which is having multiple dimensions and an expression.

I have sorted the rows based on expression. It opens another sheet when I click on a particular cell.

Along with this the order of rows also changes. Is there any way to avoid this(change in order of rows on selecting a cell)

5 Replies
MK_QSL
MVP
MVP

It would be better if you enclosed your sample apps.

Not applicable
Author

Thanks for the reply

I cannot attach my sample.

I think the question is clear enough. Please let me know if you need more details.

kiranmanoharrode
Creator III
Creator III


Hello Kavita,

Just check Field Level trigger (on Select) of your application.

Just click on the particular cell and check in current selection box, i.e. which field is getting selected

Go to settings>> Document properties >> Triggers >> Field Event Triggers >> check for the field which you have identified in Current selection box. 

Then manipulate triggers as per your requirement.

Regards
Kiran Rode

+91 8976977897

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Maybe. It sounds like you need to make the expression you sort on independent of the selection you make. See for example this discussion: List Box sorting based on Expression. Without looking at your document it's impossible to tell you what to do or if it is even possible at all.


talk is cheap, supply exceeds demand
Not applicable
Author

Here is a sample.

My requirement is :

Rows having |A_State-B_State| high value need to be displayed at the top(in descending order).

Whenever there are multiple rows with same value for |A_State-B_State|, then |A_City-B_City| needs to be considered in same way, where rows with |A_City-B_City| high value come before rows with |A_City-B_City| low value.

Please let me know ur inputs on this.