Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to show a variable in a text box divided by 1000
I have put =$(vVariable)/1000 but it doesn't work. Please help
Thanks
Use this :
='$(vVariable)'/1000
For text object not required $ symbol.
Please try =(vVariable)/1000
Hi,
Its working as expected.
What is the definition of vVariable
Regards
ASHFAQ
Sorry, this doesn't work
Sorry, this doesn't work
If you are defining your variable with an expression like: Sum(....) or so, you might have to add an '=' symbol prior to your definition like: =Sum(...)
I have no issue with the variable calculation. That works as expected. If vVariable has a value of 10,000 I want to show 10 in the text box but when I use the above expression it still shows 10,000
can u please tell the variable name.
for eg i have created one variable called vSum
if i want to display the value in the list box:
i can enter as =(vSum)/1000
It will work
I have no issue with the variable calculation. That works as expected. If vVariable has a value of 10,000 I want to show 10 in the text box but when I use the above expression it still shows 10,000