Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone;
how i can to get this indicator? i need to remove in the dimension AutenticalUser: 'Redna\developerqv' and 'Redna\mmgarcia'
my actually formula
count ( { $ < Year = { $(= MAX(Year)) } >} SSessionStart)
i dont know the sintaxis to say differents in SET ANALYSIS OPERATOR
count ( { $ < AutenticalUser <>'Redna\developerqv' and AutenticalUser <>'Redna\mmgarcia' ,Year = { $(= MAX(Year)) } >} SSessionStart)
i understand this is wrong can you help me please?
Try this:
count ( { $ < AutenticalUser -= {'Redna\developerqv', 'Redna\mmgarcia'} ,Year = { $(= MAX(Year)) } >} SSessionStart)
Try this:
count ( { $ < AutenticalUser -= {'Redna\developerqv', 'Redna\mmgarcia'} ,Year = { $(= MAX(Year)) } >} SSessionStart)
thanks very much the formula works but i have a question why still mark the formula the sintaxis as if wrong?
I don't know the answer to that one, it always appears wrong for me as well. Maybe someone else on the community might know why that is. I would say it's a mistake on Qlikview's part, but I am not sure.
okay No problem anyway work it!!!
Thanks very much
Regards!!