Quantcast
Channel: Adobe Community : All Content - LiveCycle Designer
Viewing all articles
Browse latest Browse all 5571

FormCalc If Statement -- Shows no error, but still doesn't work

$
0
0
I have the following code, which, when I validate it, doesn't show any errors, and yet it isn't working:
//Generate Selector Code from Account Type
If (AccountType.rawValue eq 1 or AccountType.rawValue eq 3)
     then (SelectorCode.rawValue eq 147);
     elseif  (AccountType.rawValue eq 2)
     then (SelectorCode.rawValue eq 247);
     else (SelectorCode.rawValue eq 347);
     endif
Any ideas where I'm going wrong?
Thanks much

Viewing all articles
Browse latest Browse all 5571

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>