Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all, need help,
i have a set - COUNT({<StatusHistory.YearMonth = {">=$(=MonthStart(min(StatusHistory.YearMonth)))"}>}distinct SabID) , its counts sabid at month start and works fine, now i wan to count sabid of next month monthstart,
COUNT({<StatusHistory.YearMonth = {">=$(=MonthStart(min(StatusHistory.YearMonth),+1))"}>}distinct SabID) and its returs me 0..
please help
>= MonthEnd instead of Monthstart+1
COUNT({<StatusHistory.YearMonth = {'>=$(=MonthStart(AddMonths(min(StatusHistory.YearMonth),1))'}>}Distinct SabID)
What is the value format in YearMonth Field?
How you created this field?
COUNT({<StatusHistory.YearMonth = {'>=$(=Date(MonthStart(Min(StatusHistory.Date),1),'MMM YYYY'))'}>}Distinct SabID)
Change 'MMM YYYY' according to your YearMonth format... i.e. YYYY MMM or YY MMM
its still return my 0...
Hi,
I am just modifying your set analysis because it is almost close.
COUNT({<StatusHistory.YearMonth = {">=$(=MonthStart(AddMonths(min(StatusHistory.YearMonth),+1)))"}>}distinct SabID)
Regards,
thanks for set analysis, but i still get 0.. there is 2 pics, firs what i get now, and secont what i need:
It will be better if you load your sample apps or sample data file.
its impossible, apps ~600mb...