Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Add expression in the load script

Hi,

I have this expression in a list box to create an specific tyoe of filter.

=if(empty='false', Aggr(Count({<blocked={0}>}transaction_id), session_id))

Due to this, my qlikview document is too slow, I just want to add this expression somehow to the load script and have it as a field. I can't use aggregatoions there and empty,blocked,session_id belong to one table while transaction_id belongs to another. The tables are linked by the field session_id.

Any help would be appreciated!

thanks

0 Replies