Framework:SetMeasureVisible: Difference between revisions
From CoPlanner 11
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
==[[Framework:Functions|Function]]== | ==[[Framework:Functions|Function]]== | ||
SetMeasureVisible(<Expression>,<Boolean>) | <span {{CoPFormel}}>SetMeasureVisible(<Expression>,<Boolean>)</span> | ||
| Line 21: | Line 21: | ||
==Example== | ==Example== | ||
SetMeasureVisible(Price,false) | <span {{CoPFormel}}>SetMeasureVisible(Price,false)</span> | ||
Revision as of 16:08, 6 March 2012
Function
SetMeasureVisible(<Expression>,<Boolean>)
| Parameter | Description |
| Expression | Measure |
| Boolean | True or false |
Result
Gets or sets a value indicating whether a measure is visible.
Example
SetMeasureVisible(Price,false)