Yes, you can both nest:Can I nest this condition? In other words with two Conditions? in one?
(#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.
Statistics: Posted by Yincognito — Today, 5:36 pm