I have created tabbed structure where i applied following code in the visible property of my DataCard in my form i.e. variabletabselected=2, and again i have to apply another visible property like if(datacardvalue.Value=true,true,false).
so i have to apply both visible formulae in the same datacard. i tried with below formulae, but not working.
if(datacardvalue.Value=true&&variabletabselected=2,true,false)
Please help me solving this issue.
Thanks in advance
Mahesh