Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
In my example I nedd Help
I want to calculate "SalesClosed in Sales Month"
Thanks for your help
Thanks
What is your data?
What you are expecting as a output.
Can you please elaborate
Missing comma in your second expression
=sum({<SalesYear=,SalesMonth=,SalesClosedYear={$(=max(SalesYear))}, SalesClosedMonth=,SalesMonth>} SalesClosed)
If this is not fulfill your requirement then please share expected output.
Hi Thomas,
Is this gives you correct output?
=sum({<SalesYear=,SalesMonth=,SalesClosedYear={$(=max(SalesYear))}>} SalesClosed)
I want this :
The column "SalesClosed in Sales Month" calculate the number of sales who
SalesClosedYear=SalesYear and fror each SalesMonth=SalesClosedMonth
I want to bring the number of clodedSales in the month Sales.
I want this :
The column "SalesClosed in Sales Month" calculate the number of sales who
SalesClosedYear=SalesYear and fror each SalesMonth=SalesClosedMonth
I want to bring the number of clodedSales in the month Sales.
Hi,
maybe something like this :
sum({<SalesYear={$(=max(SalesYear))}>} if(SalesMonth=SalesClosedMonth,SalesCounter,0))