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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Asifaz
Contributor
Contributor

What does $(vAj) mean?

Sum({<WH_AREA_NAME = {'Ambient'}, [Date Num]= {"$(vAj)"}, EXPCTD_ARRVL_DT_KEY=>}FINAL_DEMAND_FULFILLED_QTY/PACK_SIZE)

Sum({<WH AREA_NAME = {'Ambient'}, [Date Num] = {"$(vAj)"},EXPCTD_ARRVL_DT_KEY=>}Pull_Forward_Qty)

 

What does datenum mean here? Iwas told it was the max date of a week.

Labels (4)
2 Replies
LRuCelver
Partner - Creator III
Partner - Creator III

[Date Num] is a field in the data model.

vAj is a variable in your app.

$(vAj) evaluates the variable and returns the result.

qv_testing
Specialist II
Specialist II

vAj - variable which you have created and you can see the defination of the variable 

$(vAj) - evaluates the variable and it gives the result.

qv_testing_0-1710221436123.png