Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
SELECT CUSID AS CUSTOMER_ ID,;
CAST(UTKVAL1 AS C(50)) as (IIF(EMPTY(UTKDESC),"test1",UTKDESC)),;
CAST(UTKVAL2 AS C(50)) as ((IIF(EMPTY(UTKDESC),"test2",UTKDESC2)));
FROM trda;
INTO CURSOR Trak1a