Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i am trying to use a var within set analysis but with the > operator rather than the = operator
can anyone help with this ?
=count( {$< InTheMoney = {0,1} , ResponseW8 = {" >= $(=num(86400*vMinResponse)) <= $(=num(86400*vMaxResponse)) "} >} ResponseW8)
stil struggling, any ideas?
=count( {$< InTheMoney = {0,1} , ResponseW8 = {" >= $(=num(86400*vMinResponse)) <= $(=num(86400*vMaxResponse)) "} >} ResponseW8)
still struggling ...
=count( {$< InTheMoney = {0,1} , ResponseW8 = {" >= num(86400) "} >} ResponseW8 )
even the above simpler ver does not work
=count( {$< InTheMoney = {0,1} , ResponseW8 = {" >= num(86400) "} >} ResponseW8 )
this not working either
count( {$< InTheMoney = {0,1} , ResponseW8 = {">=86400"} >} ResponseW8 )
What are the expressons in your variables
This is a set analysis formula I use to calculate the last 12 months only.
ENTERTHEAGGREGATION({<MonthYear ={">=$(=date(addmonths(date#('$(vYearMonth)','MMM-YYYY'),-11),'MMM-YYYY')) <=$(=date#('$(vYearMonth)','MMM-YYYY'))"}, Year=,Month=>} ENTERTHEFIELD)
Variables isloaded as follows
=if(isnull(GetFieldSelections(CalendarMonthYear)),date(today(),'MMM-YYYY'),date(max(CalendarMonthYear),'MMM-YYYY'))
???
It is rather annoying getting a blank message.