Hello Phillip,
Parameter "if" is applied before "ifempty", and "ifempty" takes account of the modified value by "if".
But you can do it using embedded fields.
This is a bit bold, but should works.
[result.available;if [val]!='';then '[result.available;if [val]=1;then 'Feature is available';else 'Feature not yet available']']
|
By the way, I'm planning to make TBS supporting several parameter "if" in the same field.