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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
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 😉