Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
If
I am trying to change the value of the second variable based on the value of the first but it is not working,
I would appreciate some help
($(vInvoiceEvCheck) = 0,vFcst_Invoices= 0)Hi,
Try throwing it around and assign the if statement to the variable:
Let vInvoiceEvCheck=0;
Let vFcst_Invoices=if($(vInvoiceEvCheck) = 0,0);
Hi,
Try throwing it around and assign the if statement to the variable:
Let vInvoiceEvCheck=0;
Let vFcst_Invoices=if($(vInvoiceEvCheck) = 0,0);