Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys,
I want to create a variable which I will use further in NPrinting "Enable dynamic naming".
max(total date) where company_id = 'XXXXX' and where in myfield = 'XXXXX'.
Can someone help?
BR,
Artur
Just paste the expression into the definition of the variable and then use the $-expansion
$(vVariable)
Assuming vVariable is the name of your variable.
Have you tried using set analysis?
max({$<company_id={'XXXXX'},myfield={'XXXXX'}>} total date)
Cool! It works.
Thanks!
How can I convert this to a variable?
Just paste the expression into the definition of the variable and then use the $-expansion
$(vVariable)
Assuming vVariable is the name of your variable.