on 2015 Aug 10 2:17 PM
Hi
As per requirement, i created a variable with WHERE condition on it.
Like below,
=[Status] where ([Flag]=1). It produces the result with one empty row. How to get ride of that empty row? I am trying to use this variable in column chart.
Thanks
Hari
Dear Hari,
As per my understanding if your output is fine and you want to remove only empty row then uncheck the option in graph/table properties "Show when row value is empty" or the problem is with where condition please provide some example with snapshot.
Thanks & Regards,
Ragoth.C
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Why can't you simply apply a block level filter as Flag = 1 ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Use this.
Var=if(isnull([Status] where ([Flag]=1)) or ([Status] where ([Flag]=1)="") then "Hide" else [Status] where ([Flag]=1)
Apply the report filter and condition is Var not equal to Hide and then turn to chart.
Amit
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
57 | |
10 | |
7 | |
7 | |
6 | |
6 | |
5 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.