Framework:SetMeasureVisible: Difference between revisions

From CoPlanner 11
Jump to navigationJump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
==[[Framework:Functions|Function]]==
==[[Framework:Functions|Function]]==


SetMeasureVisible(<Expression>,<Boolean>)
<span {{CoPFormel}}>SetMeasureVisible(<Expression>,<Boolean>)</span>
 


{| class="wikitable" width="80%"
{| class="wikitable" width="80%"
Line 15: Line 14:
|True or false
|True or false
|}
|}
This function belongs to [[:Category:Functions_-_client-side|client-side functions]].


==Result==
==Result==
Gets or sets a value indicating whether a measure is visible.
Gets or sets a value indicating whether a measure is visible.


==Example==
==Example==
SetMeasureVisible(Price,false)
<span {{CoPFormel}}>SetMeasureVisible(Price,false)</span>




Line 27: Line 26:
__NOEDITSECTION__  
__NOEDITSECTION__  


[[Category:Functions|SetMeasureVisible]]
[[Category:Functions - client-side|SetMeasureVisible]]
[[Category:Functions - client-side|SetMeasureVisible]]
[[de:Framework:SetMeasureVisible]]
[[de:Framework:SetMeasureVisible]]

Latest revision as of 08:53, 24 May 2012

Function

SetMeasureVisible(<Expression>,<Boolean>)

Parameter Description
Expression Measure
Boolean True or false

This function belongs to client-side functions.

Result

Gets or sets a value indicating whether a measure is visible.

Example

SetMeasureVisible(Price,false)