Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All....
Can anyone please provide me with the Set analysis expreesion in qlikview for the following sql code:
SELECT COUNT(DISTINCT EP.enc_proc_id) AS [Procs],
ECC.date_stamp_month,
ECC.date_stamp_year
FROM PATIENT_ENCOUNTER PE
INNER JOIN ENCOUNTER_PROCEDURE EP ON
PE.encounter_id = EP.encounter_id
INNER JOIN EOM_CLIENT_CYCLES ECC ON
EP.client_id = ECC.client_id AND
EP.enc_proc_date_of_entry BETWEEN ECC.open_date AND ECC.close_date
WHERE PE.client_id = 53 AND
PE.pat_enc_inv_flag IS NULL AND
EP.enc_proc_base_units IS NULL AND
EP.enc_proc_time_units IS NULL AND
EP.procedure_code_id NOT LIKE '%F' AND
ECC.date_stamp_year = 2013
GROUP BY ECC.date_stamp_month,
ECC.date_stamp_year
ORDER BY ECC.date_stamp_year, ECC.date_stamp_month
it is quite urgent and i am not getting as to how i should define the null condition in set analysis...
thanks..
Hi,
That red line is a bug in qlikview when you use -= it will show that, that is not a problem. If possible can you attach some sample file.
Regards,
Jagan.
I am attaching the image of the expression editor and the output that i am getting...
it is showing a syntax error...
sorry as i am working on server, i cant provide you the file for the same..
any help in this regard is appreciated...
thanks...
Hi,
Try giving * in single quotes, hope it works.
Regards,
Jagan.