Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
adiarnon
Creator III
Creator III

interactive sort

hi i have this table,

its a pivot table

my user want to be able to sort the table by interactive sort.

do i have another solution then to make a streight table and to define each column by set analysis with his own month?

thx,

adi

4 Replies
adamdavi3s
Master
Master

I've had a similar issue before and you can write a macro and use a clear textbox as a 'button' to call the macro to sort the table.

Not ideal but it does work depending how you want to do the sorting.

adiarnon
Creator III
Creator III
Author

tnx,

we are working with the IE Plugin

we tried to work with macro but its not working good

any other options?

antoniotiman
Master III
Master III

Hi Adi,

You can use in Sort an expression like this

Sum({<Month={$(=vSort)}>} Value)

vSort is variable in InputBox

See attachment

Regards,

Antonio