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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

# in set analysis

Hi Community,

I recently investigated the various discussions here in the QV Community, but I've found nothing about the use of the symbol # in set analysis. Even in the QV Guide I found no explanations. So I would like to know more about the use and the properties of this element and the differences between this symbol and the $ symbol.

In particular, why does the following formula works:

sum({<field={"=DOLLAR(POUND=date(DataNum))"}>} field2)

while the following one doesn't work:

sum({<field={"=DOLLAR(=date(DataNum))"}>} field2)

?

3 Replies
maxgro
MVP
MVP

from reference manual

Example:

After execution of the following script:

SET DecimalSep=',';

LET X = 7/2;

$(X ) will expand to 3,5 while $(#X ) will expand to 3.5.

IAMDV
Master II
Master II

Using (Pound) after the dollar sign expansion will keep the absolute number instead of rounding off the number. As mentioned by Massimo, please check the reference guide and it's well document.

Thanks,

DV

www.QlikShare.com