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

how to use the result of a calculated expression column in a straight table - as a dimensionless for a line chart

Dear, All.

i have some dimensions:

id

starttime

endtime

when i put them in a straight table, i can calculate the the current starttime-endtime of the previous row with the expression:

column(1)-above(column(2)).

I would have some help how to use this calculated column as a dimention for a line chart (for class function use).

Thanks,

Moti

Capture.PNG

2 Replies
m_woolf
Master II
Master II

You should probably do the calculation in script.

vinieme12
Champion III
Champion III

Add a calculated dimension

=AGGR( YourExpression, Id)

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.