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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Dynamic Chart - formatting columns size and sorting

Hi,

I've found this beaultiful example of dynamic filtering. I would like to enchance it a little bit, adding some useful stuff:

1. How to make the chart to adjust column size, so that all the characters of each record is visible? I changed the ID adding some more characters, and as you see, the column is not wide enough now... can I automate this wight adjustment in macro code for each column in the "Dynamic chart" table?

2. How to add sorting to the "Dynamic chart" , quite simple one: the first expression in the table is sorted in descending order?

Thanks a lot for your help

//Draszor

Labels (1)
1 Reply
whiteline
Master II
Master II

Hi.

1. Don't think its possible (except you manage to use PostMessage() from VBScript )

2. You can try to use =$() expressions (look at help 'dollar-sign expansions') to enchance your sample, they works not only with variables.