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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
pascos88
Creator II
Creator II

Use a values of a column already calculated

Hi all,

there is a way to use in a formula a value already calculate in another column ?

A               B               C

60            50               10

where C is A-B..

Since both in Column A e B there are big expression behind, and it will be really massive to calculate again for the column C,

there is some way to say in the expression for Column C -->  Column(A) - Column (B)

thanks for any helps

13 Replies
pascos88
Creator II
Creator II
Author

even just using Cloumn(COLNo) doesn't work at all..

cm.PNG

pascos88
Creator II
Creator II
Author

this is just a table with 1 column.. is a bit strange

OmarBenSalem

Column(1) takes the FIRST MEASURE in ur table; while u're using only 2 DIMENSIONS in ur table.

So it's normal that it does not work

balabhaskarqlik

Column diff.png

See the image for your reference. Column(0)-Column(1) it won't work.