Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Bubskim
Contributor II
Contributor II

Connected to a Library using Select , Need help with Statements

Hello!!!

I am stuck....

 

I have done the following in qliksense:

 

LIB CONNECT TO 'database.123'; (working)

Select * from testing_file (working)

Where _DATE = TRUNC( CAL_date(sysdate, 1, '-'))
AND _ID = 1    (working)

I NEED TO ADD THIS AS WELL AND I CANNOT GET IT TO WORK WITH THE ABOVE. PLEASE HELP ME WITH SEQUENCE.

HELP ME MAKE THIS INTO IF STATMENT FOR QLIKSENSE PLEASE!!

abs(tx.C1_N) as 1Volume,

                 case when tx.C1_CD = 'U' then tx.C1_CD

                  when tx.C2_CD = 'U' then tx.C1_CD

                  else tx.C1_CD end as Volcode,

                 case when tx.C1_CD = 'U' then abs(tx.C1_N)

                  when tx.C2_CD = 'U' then abs(tx.C2_N)

                  else abs(tx.C1_N) end as VolAmt,

Thanks!!

 

 

 

 

 

 

 

 

0 Replies