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: 
Not applicable

join multiple tables to calculate with fields + percentiles

Hi,

I have 3 tables:

Table1:
ORDERNR,
REVTS

Table2:
ORDERNR,
SPECNR

Table3:
SPECNR,
EXTS

To calculate the run time of the proces i do EXTS - REVTS but i want to do it in script... how do i join the tables to a table4 do make the calculated field and drop the table? Also i need to give a list of the run time values greater than P95... can i use if((runtime>fractile(runtime,0.95)), runtime, null())??

thx

2 Replies
Not applicable
Author

Hi,

The sintax of query is diferent for a diferents datebases (is not the same for Sql Server or Oracle) so, if you import data from database can you say the tipe?.

Thanks.

Not applicable
Author

qvd's from an oracle db 🙂