Hi,
I am failing calculating multiple if and I can't understand why.
I tried multiple syntax but this one maybe will let you understand better what I would like to do.
I want to: if select a productname and a surface it should return a value, otherwise another, in the same way, if another product is selected with the same surface, it has to return another value, otherwise again another value.
if(selected(${prod}, 'product1') and selected(${surface}, 'surface1'), '10', '20'), if(selected(${prod}, product2') and selected(${surface}, 'surface2'), '100', '200')
I always get an error. Any help would be appreciated.
Thank you in advance