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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
soniasweety
Master
Master

Not reflecting

hi all,

I have a chart when I select  filter it is not reflecting

used dimension: =aggr(if(JNum>=$(vMTrend),MonthName([JDate])),[JDate])

measure1: count({<[FStatus]={'Joined'},[In/Ex]={"In"}>}[ID])

meausre2: count({<[FStatus]={'Joined'},[In/Ex]={"ex"}>}[ID])

selected  In/Ex  filter  the chart is not reflecting

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

Try this

measure1: count({<[FStatus]={'Joined'},[In/Ex] *={"In"}>}[ID])

meausre2: count({<[FStatus]={'Joined'},[In/Ex] *={"ex"}>}[ID])

View solution in original post

12 Replies
sunny_talwar
MVP
MVP

Try this

measure1: count({<[FStatus]={'Joined'},[In/Ex] *={"In"}>}[ID])

meausre2: count({<[FStatus]={'Joined'},[In/Ex] *={"ex"}>}[ID])

Anil_Babu_Samineni
MVP
MVP

In case, If you want to know the filter based ID's then why you are using Set analysis for [In/Ex] ??

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
soniasweety
Master
Master
Author

not working giving 0 s

soniasweety
Master
Master
Author

chart is showing in and ex data in two lines

and if I use that also  filter means it should work na

sunny_talwar
MVP
MVP

So, your original expressions worked, but by adding an asterisk the expression become 0? Really or are you kidding me

soniasweety
Master
Master
Author

sorry its working

but when I select in  Ex values showing 0

I saw that

sunny_talwar
MVP
MVP

So, that's the good thing right? You wanted your expression to react to In/Ex field selections, right? Now it is doing that... what is the issue?

soniasweety
Master
Master
Author

is there any way to hide the other line?

sunny_talwar
MVP
MVP

What other line?