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: 
muniyandi
Creator III
Creator III

Set Analysis: Sum Bookmark Value with two between days

Hi Friends,

How to sum bookmark value and two between days using set analysis.

1. Ex: SUM({BM02 <SALESDATE={">=$(WEEKSTART(DATE))<=$(WEEKEND(DATE))"}>} SALESQTY)

As Same None Bookmark using is work

2. Ex: SUM({<SALESDATE={">=$(WEEKSTART(DATE))<=$(WEEKEND(DATE))"}>} SALESQTY)

With Regards,

V.Muni

1 Solution

Accepted Solutions
perumal_41
Partner - Specialist II
Partner - Specialist II

Hi muni,

Muni Ur Expression is Wrong Please check thiis Expression

=SUM({BM02 <SaleDate={">=$(=weekstart(Date(DATE)))<=$(=weekend(Date(DATE))"}>} SalesAmount)

View solution in original post

3 Replies
perumal_41
Partner - Specialist II
Partner - Specialist II

Hi muni,

Muni Ur Expression is Wrong Please check thiis Expression

=SUM({BM02 <SaleDate={">=$(=weekstart(Date(DATE)))<=$(=weekend(Date(DATE))"}>} SalesAmount)

muniyandi
Creator III
Creator III
Author

Thankx Perumal A.

You expression is correct.

We are using variable must use = ?

perumal_41
Partner - Specialist II
Partner - Specialist II

Hi,

when use function inside variable  u want to use '='  must.