...
Code Block |
---|
SELECT DISTINCT CNAME, CATID FROM CATEGP WHERE CNAME = ? |
Choice parameter value - This is where the choice selection criteria value for '?' is set. This value may also be bound to a field (Rich UI only).
...
...
Code Block |
---|
SELECT DISTINCT CNAME, CATID FROM CATEGP WHERE CNAME = ? |
Choice parameter value - This is where the choice selection criteria value for '?' is set. This value may also be bound to a field (Rich UI only).
...