Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a big "details" table with around 40 columns to display. This table takes up more space than the screen size. Can I just show around (say) 10 columns on top of the screen and make the rest hide by making a smart use of the horizontal scrollbar?
I tried to place the expressions (I have 4 in total) at the end to manage the scrollbar in a better way, but that didn't help. Unchecking "size to data" is not helping either. And I cannot use a container due to some constraints.
Any suggestions how to make my table take up less screen space?
Regards,
Bhaskar
Did you try manually resizing the table after unchecking "size to data?"
40 columns is a bit much, so maybe you could divide the table into sections and have a list box control that filters the data so that no more than ~10 columns are showing at a given time.
I think the horizontal scroll bar appears for expressions.
Tim's idea is good for such cases. Or you can use a button to set variable and based on the button click additional columns will appear. But when the additional columns appear the user need to use the windows scroll to see the columns.