Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all!
I'd been looking through Community about that but I couldn't find solution to our problem:
Oh that is true... may be use phone as a dimension and Only({<ThisMonthFlag = , ...>} Client) as your expression
Add a dummy expression like this Avg({<ThisMonthFlag = , ...>} 1)
Hi Sunny.
Thanks for oyur reply, but it doesn't an option.
We can't show any field but 'Client' and 'phone' dimension (design requeriments)
I tryied to add a measure similar to yours and mark it as "Show colum if" = false() (to avoid it visibility) but it doesn't work.
Actually, with the measure visible, it's OK and dimensions aren't affected by filters, but when I hide it, dimensions are affected again.
Regards,
Can a client have multiple phones? If not, then may be you can use phones as an expression instead of a dimension?
Hi!
"Can a client have multiple phones?" Yes, absolutelly.
Every client has multiple phones, but every phone belongs to one client
Oh that is true... may be use phone as a dimension and Only({<ThisMonthFlag = , ...>} Client) as your expression
Hi Sunny
That's working!
Thanks!