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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
bmac1
Partner - Contributor II
Partner - Contributor II

Fitting a table to screen after columns are added to the table

I have a table the user can add columns too. Columns exceed the width of the screen forcing the user to scroll to see all information. Is there a way to dynamically adjust column width when columns are added to avoid the need for either manual resizing or scrolling?

Labels (1)
1 Reply
BPiotrowski
Partner - Creator
Partner - Creator

Hi, @bmac1 

So in Pivot table width as Auto should do what you need if there is that many columns I see a way If you combine all your if statements in variable and then make 

100/Count(Visible cols)

You will get % value for your cols 

If you need more help I need more informations 😉