QlikView App Dev

Discussion Board for collaboration related to QlikView App Development.

Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More

Who Me Too'd this topic

andriesb
Creator II
Creator II

use calculated field within same load

Within a current load statement I would like to use the same calculated (concatenated value) again within the same load statement

My code..

Load

'param1:' & param1 & ';param2:' & param2  as   MyCalcField,

if (  MyCalcField =  'param1:test;param2... )

whereas the variable Calcfield shoud be the same as previous defined. However this code results in an error

Any ideas would be appreciated.

Regards

Andries Bos, The netherlands 

Who Me Too'd this topic