Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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

1 Solution

Accepted Solutions
sunny_talwar

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

Try this

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

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

Anil_Babu_Samineni

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

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

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

What other line?