GoStillers
MIS
I have a query that will has a rank, and that rank can be filtered. This sql returns data in a matrix.
1 2 3 4
1 X Y Z 0
2 Y Z 0
3 Z 0
4 0
When i set it to filter based on rank < 4, then it will not show the fourth row, but it will show the 4th column (which will be all zero's).
Does anyone know how to dynamically hide columns, or only show a certain number of columns?
1 2 3 4
1 X Y Z 0
2 Y Z 0
3 Z 0
4 0
When i set it to filter based on rank < 4, then it will not show the fourth row, but it will show the 4th column (which will be all zero's).
Does anyone know how to dynamically hide columns, or only show a certain number of columns?