Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
balasundaram
Creator II
Creator II

can u correct this set expression?

=Count({<FiscalYearNum = {"$(=Max(FiscalYearNum))"},LOSTandFOUND.Status={Withus} >}[LOSTandFOUND.Description of item found]))

above expression intension is i need max year with status is 'withs'...but above expression not working..any one corect my expression

7 Replies
ajaykumar1
Creator III
Creator III

Try like;

=Count({<FiscalYearNum = {"$(=Max(FiscalYearNum))"},LOSTandFOUND.Status={"Withus"} >}[LOSTandFOUND.Description of item found])

PrashantSangle

Hi,

try this,

Count({<FiscalYearNum = {"$(=Max(FiscalYearNum))"},LOSTandFOUND.Status={'Withus'} >}[LOSTandFOUND.Description of item found])

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
balasundaram
Creator II
Creator II
Author

thanks ..its working....

balasundaram
Creator II
Creator II
Author

thank u

ajaykumar1
Creator III
Creator III

If its working close the thread.

balasundaram
Creator II
Creator II
Author

how to add?

This question is Not Answered.(Mark as assumed answered)

balasun perApprentice

='Total '& Count([Moc.Type  .])+Count(Moc.Type.)

above expression i written in under presentation tab in "TEXT IN CHART" , i am trying to show total count,but i used sum not working

MarcoWedel

press

QlikCommunity_Thread_131347_Pic1.JPG.jpg

at the answer that solved your problem

thanks

regards

Marco