Framework:SetMeasureVisible: Difference between revisions

From CoPlanner 11
Jump to navigationJump to search
Created page with "==Function== SetMeasureVisible(<Expression>,<Boolean>) {| cellspacing="1" cellpadding="3" width={{{breite|80%}}} border="1" |- | style=background-col..."
 
No edit summary
 
(3 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%"
{| cellspacing="1" cellpadding="3" width={{{breite|80%}}}  border="1"
|-{{Tabellentitel}}
|-
| Parameter  
| style=background-color:#f6f6f6 |'''Parameter'''
| Description
| style=background-color:#f6f6f6 |'''Description'''
|-
|-
|Expression
|Expression
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)