Using variable in boolean expression
#3
(2020-06-02, 16:46)wyrm Wrote:
(2020-06-02, 11:53)ipefix Wrote:  
@ipefix , very short answer is because you can't use $VAR's in conditions. What exactly are you trying to achive? If we have an idea what you are trying to achieve we could probably come up with an alternative for you.

Wyrm (AppTV)
Ok , bad news
Here's what I'm trying to do
Code:
                <control type="group">
                    <width>115</width>
                    <visible>String.IsEmpty($VAR[durationkod])</visible>
                    <control type="label">
                        <width>115</width>
                        <height>60</height>
                        <align>center</align>
                        <aligny>center</aligny>
                        <label>$VAR[durationkod]</label>
                        <font>font_flag</font>
                    </control>
                </control>
Reply


Messages In This Thread
RE: Using variable in boolean expression - by ipefix - 2020-06-03, 08:01
Logout Mark Read Team Forum Stats Members Help
Using variable in boolean expression0