Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a variables for date comparison.
it was running fine in QV 12.10 but it is not working after the upgrade.
It it showing the below error,
I have a variables for the date as per the below,
FOR i=0 to ('$(numRow)'-1);
//let vPort=peek('PortLoop',$(i),'Loop1');
let vBD=peek('BDLoop',$(i),'Loop1');
let vAD=peek('AnLoop',$(i),'Loop1');
Could you please assist me?
Thanks
The bottom line looks to be missing the string quote for Analaysis_date, that might be your issue?
Hi,
Thanks for the response.
I tried.
but no luck.
Thanks
Same issue with your use of that variable in the Load, needs quotes.
Can you please give me an example. I am unable to understand.
'$(vAD)' as ANALYSIS_DATE