Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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 😉