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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
qvhjenvo
Contributor
Contributor

Space in set analysis

Hi,

I have a set analysis like this

=sum({$<

  ledger_status_group_desc = {'Søknad'}

  ,monthyear= {">=$(=date($(vPreviousStartDate),'YYYYMM')) <=$(=date($(vPreviousEndDate),'YYYYMM'))"}

  ,year=

  ,month=

>} ledger_initial_amount_bc * currency_exchange_factor)

In this set, a dimesion monthyear

1 - monthyear= {">= $(=date($(vPreviousStartDate),'YYYYMM')) <= $(=date($(vPreviousEndDate),'YYYYMM'))"}

2 - monthyear= {">=$(=date($(vPreviousStartDate),'YYYYMM')) <=$(=date($(vPreviousEndDate),'YYYYMM'))"}

3 - monthyear= {">=$(=date($(vPreviousStartDate),'YYYYMM')) <= $(=date($(vPreviousEndDate),'YYYYMM'))"}

4 - monthyear= {">= $(=date($(vPreviousStartDate),'YYYYMM')) <=$(=date($(vPreviousEndDate),'YYYYMM'))"}

Because of adding/removing a space in monthyear-dimension, that gives a different result. 

Someone could please explan me what the four differences are in monthyear dimension. Thanks in advance

Loi

0 Replies