Hi all, Can anyone help me out to show the YTD sales with sample data with 10-15 records? how to achieve this? can anyone give sample script and expressions to get. A...
Hello, On my sheet the user can select a year and a single month. The idea is that a then display a dashboard with the Current YTD and the LastYear YTD. But how could i do that, my data is stored o...
Hi Guru's, I have to calculate Current YTD /Last Year YTD to till date it means Current Year YTD(From Jan-01-2016 to Today) / Last Year YTD( Jan-01-2015 Last Year Same Day).I have used S...
I want to calculate the YTD for every given year, as seen in the table.
I have the following formula for the max year. Does anybody have an idea how to adapt the formula so the YTD is c...
Hi, I'm trying to figure out a simple YTD and previous YTD expression: 1. The year follows the calendar year, so I'm looking for 1/1/17 through 6/13/17 in comparison to 1/1/16 through 6/1...
Hi, I have the code below which calculates the current year rolling sales and lasy year rolling sales. i'm not able to do the same for ytd calculation in the same code. i have filter of view with o...
I want to calculate the YTD of different fonds, throughout multiple years.
I currently have a very static formula:
=Num((Sum({<Valuationdate={'29.12.2021'}>}[Adjusted NAV])-Sum({<V...
Hi All I am expecting a chart like below. Dimension: Year Expression: Count(GrossSales_Policy) Now I want to create a YTD chart. Here YTD means the maximumum date in the maximum y...
Hello, I have the table as shown below with YTD and MTD as expressions. MTD = (Current month YTD) - (Previous month YTD). My expression for MTD = YTD - Alt(Above(Total(YTD)), 0). T...
Hi, I loaded budgetdata from a cross table but when I try to make the YTD the result is 0. This is the set analysis I used: Sum({$<MONTH={"<=(=max(MONTH)"}>} BudgetAmount). I u...