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.
ACT."ACT_CODE" = IF ( ACT2."ACT,DISCONT" = 'Y') then ( substring( ACT2."ACT_CODE),1,char_length(ACT2."ACT_CODE" ))) else (ACT2."ACT_CODE)
select T1."ACT_CODE" as c1,
T1."ACT_CC" as c2,
T1."ACT_CLAS" as c3,
T2."ACT_CODE" as c4,
T2."ACT_CC" as c5,
T2."ACT_CLAS" as c6
from "root"."ACT" T1,
"root"."ACT" T2
where (T1."ACT_CODE" = CASE WHEN (T2."ACT_DISCONT" = 'Y') THEN ((substring(T2."ACT_CODE" from 1 for (length(T2."ACT_CODE" || 'Z') - 1)))) ELSE (T2."ACT_CODE") END)