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: 
lalitkgehlot89
Partner - Creator II
Partner - Creator II

Need logic help to calculate the Enthalpy on the basis of given standard table.

Hi,

I want to calculate the water Enthalpy on the basis of given Pressure and Temperature.

There is standard table given on the basis of that i want to calculate the Enthaply. Standard table and input data file in attachment.

Logic is also given in Standard table file.

11 Replies
lalitkgehlot89
Partner - Creator II
Partner - Creator II
Author

Dear Oliver,

I have huge data which generates every sec. Input data is a sample data for calculation purpose only. and "Convert Table" data is full data to calculate the Enthalpy of input data.

ogautier62
Specialist II
Specialist II

if you have a reference table as my response above,

ok for calcul of enthalpy with your logic ?

now problem is to make this reference table,

some ideas, not much time to write and test all script :

to begin :

p:

load distint pressure from your tab ref

then

load pressure as P2, peek(pressure) as P1 resident p

then load p with join P1 as pressure in tab ref to retrieve T12

load p with peek(temperature) to retrieve T11

and same operation to retrieve T21,T22

don't see more simple

Olivier