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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
venkat1
Creator II
Creator II

Adhoc conditional dimensions sorting in pivot table

Hello all

Can anyone tell me how to change the order for dimensions dynamically in adhoc reporting .

I am having a list box (_dimensions) and values for _dimensions are A,B,C,D,E,F

and i am having a pivot table 

now if i select _dimensions A,b,c,d,.... values those will come in pivot table according to the order i added in pivot table,now my question is can we make the dimensions order  by user selection in pivot table?
i.e.. if i select B,C,A then the dimension order should be in such a way how user is selecting.

please help me if anyone know about this. 

1 Solution

Accepted Solutions
venkat1
Creator II
Creator II
Author

My requirement is fulfilled with drag and drop dimensions with in pivot table 

View solution in original post

2 Replies
asinha1991
Creator III
Creator III

make all three dimension calculated something like this

if your _dimension contain values like A,B,C    B,C,A   AND C,B,A

make your dimensions as below

1st dimension $[(=left(_dimension,1))]

2nd dimension  $[(=left(_dimension,3))]

3rd dimension   $[(=left(_dimension,5))]

venkat1
Creator II
Creator II
Author

My requirement is fulfilled with drag and drop dimensions with in pivot table