I'm writing an IronPython script within my Spotfire dashboard and I'm facing a problem. Goal of the script is: If a document property is TRUE, show a trellis with panels on column names. If the property is FALSE, do not show a trellis. See below the part of the code where I currently get an error, because the way I write "(Column Names)" (and none as well) is incorrect. What is the syntax for this?
Asked
Active
Viewed 474 times
0
-
2Update: I found the expression for Column Names: "<[Axis.Default.Names]>". However, I'm still looking for the expression (none). – AB123 Nov 26 '21 at 13:18
-
2"<>" should work for none – Monte_fisto Nov 29 '21 at 10:24