Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Try this
measure1: count({<[FStatus]={'Joined'},[In/Ex] *={"In"}>}[ID])
meausre2: count({<[FStatus]={'Joined'},[In/Ex] *={"ex"}>}[ID])
Try this
measure1: count({<[FStatus]={'Joined'},[In/Ex] *={"In"}>}[ID])
meausre2: count({<[FStatus]={'Joined'},[In/Ex] *={"ex"}>}[ID])
In case, If you want to know the filter based ID's then why you are using Set analysis for [In/Ex] ??
not working giving 0 s
chart is showing in and ex data in two lines
and if I use that also filter means it should work na
So, your original expressions worked, but by adding an asterisk the expression become 0? Really or are you kidding me
sorry its working
but when I select in Ex values showing 0
I saw that
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?
is there any way to hide the other line?
What other line?