Yes, you can both nest:
(#AMDg#=0?0:(#NVIDIA#=0?1:0))
and use multiple conditions:
((#AMDg#=0)&&(#NVIDIA#=0)?0:...)
((#AMDg#=0)||(#NVIDIA#=0)?1:...)
How to do that, depends on what you want to achieve. Basically all rules valid for formulas apply, except that they're done in the conditional.
With the Example above, Is it possible to Hide a Group of Strings? To Hide the Group STRING1
Code:
[MeterStringAlpha]Group=STRING1Meter=String[MeterStringBeta]Group=STRING1Meter=String
Statistics: Posted by Rooky_89 — Today, 1:29 pm