jirazazabal
02-04-2022Cloud Apps
Calculate value from same period last month
Hi,
I need to solve this scenario: I can calculate the current month sales, from 01/02 to 04/02, but I need to compare the same period last month, this case, 01/12 to 04/12 last year. In order to c...
- 02-07-2022
Hi jirazazabal ,
You can create custom column on Elasticube level with following query ifint(getday([DELIVERED_AT]) <= getday(now()),1,0) and use it as a widget level filter to limit the scope of days from last month.