Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everybody,
I have i a single table an expression like this: =$(vFinanceKey%) where
$(vFinanceKey%) = $(vFinanceKeyVirMain)/$(vFinanceGeneralKeyVir) and the two variables are different from zero.
The result I get is NULL.
Any idea?
Thanks in advance
try to use div function.
div( $(vFinanceKeyVirMain),$(vFinanceGeneralKeyVir))
or try this
vFinanceKeyVirMain) / $(vFinanceGeneralKeyVir
Thanks for your quick response.
I've tried the 1st case you say and I get ALWAYS 100%.
The 2nd, does nothing (field 'Key %')