Display of the Unsupported Script in the Visual Tool

If you convert text scripts not supported by the visual tool to their visual counterparts, these unsupported syntax will be displayed as read-only grey blocks.

The text scripts are displayed as tooltips when you hover your mouse over the grey blocks. The grey blocks themselves, including their annotations are not editable.

Display of CONFIG Related Functions in Visual Editor

Take CONFIG.TIME_ZONE_OFFSET as an example:

If you check the Configuration Options dialog, itโ€™s displayed as below:

Display of MEMBERSET in Visual Editor

MEMBERSET statements below are not supported in visual editor:

  • MEMBERSET [d/Date] = "Date1" TO "Date2"

  • MEMBERSET [d/dimension1]=[d/dimension2].[p/property]

  • MEMBERSET [d/dimension]= (%parameter1%, %parameter2%)

  • MEMBERSET [d/Entity] = BASEMEMBER([d/Entity], %parameter11%), BASEMEMBER([d/Entity], %parameter2%)

Take using TO as a keyword for example:

Display of Conditional Filters Using IF Statements in Visual Editor

Take filtering dimension via attributes as an example:

Display of Functions not supported in Calculation Nodes of Visual Editor

Take time calculation function DAYSINMONTH as an example:

Display of Line Comment and Block Comment in Visual Editor

Advanced formulas script supports two types of comment - line comment (//) and block comment (/* */). In block comment, you can write multiple lines of comments. Both are converted to comment nodes in the visual tool.