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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
rathnam_qv
Creator
Creator

Expression

Hi all,

I have id's for Two months.but i need to get Current Month Id by Using Set Analysis.

can any one Help me

Thanks in advance

smiley

3 Replies
er_mohit
Master II
Master II

only({$<Month={"=$(=month(today()))"}>}id)

NavinReddy
Creator II
Creator II

Sum({<[Month]={"$(=Month(Today()))"}>} Sales)

sum(<$(=monthstart(today(),-1))

try this

nilesh_gangurde
Partner - Specialist
Partner - Specialist

Please use the below mentioned Expression.

Count( {<IDs = p({<MonthField = {"$(=MAX(MonthField))"}>})   >} Distinct IDs)

-Nilesh