Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Problem in DIV operation

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

2 Replies
Not applicable
Author

try to use div function.

div( $(vFinanceKeyVirMain),$(vFinanceGeneralKeyVir))

or try this

vFinanceKeyVirMain) / $(vFinanceGeneralKeyVir

Not applicable
Author

Thanks for your quick response.

I've tried the 1st case you say and I get ALWAYS 100%.

The 2nd, does nothing (field 'Key %')