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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
nareshthavidishetty
Creator III
Creator III

List box field selections sort table data

Hi,

We need to show like when ever an field selected in list box the table data should sort accordingly.

For that i have created an inline load which having all fields used in the table.

Required out put: when user selected Cumulative_total_orders in list box the Cumulative_total_orders in the table should sort by ascending or descending

Sorting:

LOAD * INLINE [

    Sorting Column

    City

  Store_Id

  Store_Name

  Rollout_Planned_Date

  Rollout_Actual_Date

  Cumulative_total_orders

  Cumulative_eSign_orders

  percentage

];

Untitled.png

Thanks..

2 Replies
avinashelite

I don't think we have direct way to achieve this other than the macro code . You need to write a macro code for the same. One more question we have the interactive sort option in Qlikview you could use that rite?? all you need to do is just a double click

woshua5550
Creator III
Creator III

Hi

look at the attached demo , it worked but i don't think is a good way , just for your reference

maybe you don't need the list box , just double click at the head of your table

good luck

Dave