mrunali tembhurne 2 Posted March 1, 2016 Share Posted March 1, 2016 Can anyone help me how can we hide any column in cross table. Thanks, Mrunali Link to comment Share on other sites More sharing options...
Pierre-Jacques Evrard Posted March 1, 2016 Share Posted March 1, 2016 Hi Mrunali, Have you tried the Show/Hide items feature in the properties of the cross table You then choose the column you want to hide, raise the value and choose the "Hide items" option pj Link to comment Share on other sites More sharing options...
mrunali tembhurne 3 Posted March 18, 2016 Share Posted March 18, 2016 Hi Pj, Thanks for your support That option will work for direct column but i need to hide calculated column. eg:(for date will have year, month and day) so i want to hide only year of date column. Link to comment Share on other sites More sharing options...
Keyur Parekh 2 Posted September 13, 2016 Share Posted September 13, 2016 I also came across this situation. Any suggestions Link to comment Share on other sites More sharing options...
Sade Ok Posted May 31, 2019 Share Posted May 31, 2019 Hello, I had the same probem and solved it as stated below. I know this reposne is 3 years late, but I hope it helps someone. 1) Right click the visiualisation 2) Click Properties 3) Select "Columns" in the left section of the window 4) To hide a column, go to the "Selected columns" section, select the column you want to hide , "Remove" 5) To add a column,go to the "Available columns" section, select the column you want to hide , "Add" In general the "Selected columns" section contains all columns that are visible in your cross table I hope this helps Link to comment Share on other sites More sharing options...
Neil Kanungo 2 Posted June 23, 2021 Share Posted June 23, 2021 # 'vis' is a script parameter # Import Modules from Spotfire.Dxp.Application.Visuals import * # Set row header column width to 0 (i.e. first column) vis.As[CrossTablePlot]().RowHeaderWidths.Item[0]=0 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now