I have a query where it will give Schema Columns of the table.
Select level_caption from $system.MDSchema_levels
Where [Cube_name] = 'Quote'
AND [Dimension_Unique_name]= [QUOTE TABLE NAME] AND NOT[LEVEL_IS_VISIBLE]
Select level_caption from $system.MDSchema_levels
Where [Cube_name] = 'Quote'
AND [Dimension_Unique_name]= [QUOTE TABLE NAME] AND [LEVEL_IS_VISIBLE]
Here I'm going to get Visible and Non Visible Columns
how I can put Visible and NON-Visible Columns side by side OUTPUT :
Visible Non-Visible
col1 col2
col3 col4
col5 col7
col6