Mike,
This is the where condition I am using currently in the VFP Local view
WHERE Iif(?rnApp=1, .T., tblHeader.iappid=?riAppId)
I want to use the same expression in a remote view with SQL backend.
Can you please tell me what is the right syntax using Case...When..End ?
When I tried...
MikeLewis,
You are right and I know that. But as I said, using case..when..end in my query for the remote view did not work. Can you point out the right usage with the example I had on my original thread?
Thanks
Hi,
I have a VFP remote view that has a where condition that says something like.
WHERE
Iif(?rnApp=1, .T., tblHeader.iappid=?riAppId)
(and similar ones .....)
I read that IIF() needs to be replaced with Case statements.
I tried it, but does not seem to work. Has anyone dealt with a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.