Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi to everyone,
I have this tabela -> that it shows the total customers that we created in our database by year. And I need to know how many customers have sale in the same year of creation:
What I need is (on second column):
My set analysis expression is:
count({$< CreationYear = {'=CreationYear'}, Code ={"=sum({$< SalesYear={'=$(CreationYear)'}>}Qty)>0"} >} distinct Code)
I have also attachment my qvw test file..
Could someone please help me.
Kind Regards,
CC
May be try this
Count({$<Code ={"=CreationYear = Min(SalesYear)"}>} DISTINCT Code)
May be try this
Count({$<Code ={"=CreationYear = Min(SalesYear)"}>} DISTINCT Code)
it's correct!! 🙂
Thank you very much for help!!