Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
I am using a button in order to make selections in order to another variable.
I am trying to set an if conditon in Field area and in Searching String.
For instence In Fıled area I have a formula like this:
=if(match(FT_view,1010,1020,1090,118,103,112,113),'AAA',if(match(FT_view,107,108),'BBB','CCC'))
And in searching String:
=if(match(FT_view,1010,1020,1090,118,103,112,113),'xx',if(match(FT_view,107,108),'yy'))
I have checked both formulas, thes seem to work fine. But they are not funtionable in select in field action.
Does any one have an opinion?
can u post sample app.
I can give you the screen shot.