Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Can I use variables in edit script to add extra column??
Thanks,
Hi Tim,
short answer: YES.
Let vMyVariable =1;
Let vMyVariable2='Counter';
Load
$(vMyVariable1) as $(vMyVariable2),
Field1
From .........
Please see QV Help and search for LET and SET.
Good luck!
Rainer
I have one excel sheet with the following fields Product, Qty, Price. I want to calculate Total Amount while creating the table box.
Its not possible to use expression if I want table object, so I decided to create variable and use it in the table box, but I am not sure how to do this
As you said use LET and SET options, but I am not that much familiar with this tool.
Kindly assist.
Thanks,
Hi Tim,
use a table diagram instead of a table box.
The main difference is that you are able to place expressions by using a table diagram.
Good luck!
Rainer