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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Calling Globalvariable in Expression builder returns null

Hi,

I am passing my rows through tAggregateRow and getting the max value of a particular row and storing it in tSetGlobalVar. But when I call the global variable inside my expression builder, its value is null but when I pass it through tLogRow, it gives me the correct value. Can you help me with this?

 

I am trying to populate the primary key for my incremental load.

0683p000009M7ip.png0683p000009M848.png

Labels (1)
  • v7.x

12 Replies
manodwhb
Champion II
Champion II

@uchihammd ,issue is tSteglobalvar  value.chekc that .

Anonymous
Not applicable
Author

Hi @manodwhb ,

I was just calling the connection but not the column name so it didn't work. Now it works.

 

Thanks!

 

manodwhb
Champion II
Champion II

@uchihammd ,please mark the solution and also provide kudos.