Page 2 of 2

Re: New Loop measure type

Posted: February 24th, 2016, 2:43 pm
by StArL0rd84
balala wrote:

Code: Select all

IfCondition=(MeasureAlpha=0)
IfTrueAction=#HideItemsTray1#
IfFalseAction=#ShowItemsTray1#
(on the [MeasureAlpha] measure).
It totally worked :D
But it was backwards, so i switched it around a bit and voila!

Code: Select all

IfCondition=(MeasureAlpha=19)
IfTrueAction=#ShowItemsTray1#
IfFalseAction=#HideItemsTray1#
ty for the quick response.

Michael

Re: New Loop measure type

Posted: February 24th, 2016, 4:01 pm
by balala
StArL0rd84 wrote:ty for the quick response.
You're welcome. But it wasn't so quick, it passed almost a day until I read the request and replied.