Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
So I know that in order to create a 100% Bar chart you use the expression Count(Field)/Count(total <Field> Field)
What I am wondering about now is if someone can explain to me how the second part of the expression works.
Why am I using <> to specify my main dimension, and what does it mean.
Reason for asking is that I am trying to figure out how I can make my 100% bar chart ignore a specific filter by using {<"Field"=>}. But don't seem to be able to use this expression in combination with the <> part.
Anyone that would potentially be able to explain how to use my expression:
Count(distinct[Field])/count(distinct total <Field> "Field")
And then adding in {<"IgnoreFilter"=>} to ignore a field.
Thanks
Hi!
You can use combination of Set Analysis and Total in mosttype of expressions. I dont see any problem here ).
Just add it into expression like this:
Count( {<"IgnoreFilter"=>} distinct[Field]) / count( {<"IgnoreFilter"=>} distinct total <Field> "Field")
Hi!
You can use combination of Set Analysis and Total in mosttype of expressions. I dont see any problem here ).
Just add it into expression like this:
Count( {<"IgnoreFilter"=>} distinct[Field]) / count( {<"IgnoreFilter"=>} distinct total <Field> "Field")