Forum Discussion
YTD calculations - no date table
- Anonymous8 years ago
i created a new comlumn in the edit query, based on the text date column.
2018-Q1 to 2018-01
2018-Q2 to 2018-04
2018-Q3 to 2018-07
2018-Q4 to 2018-10
and made this new column defined as date, it worked but seems like a suboptimal solution.
Hi Anonymous
Is the "Period" column a text type column or date type?
I'm afraid if your dataset doesn't contain any date column, it is not posssible to do YTD calculations.
You could create new date columns according to "Period" column, thus you could do YTD calculations.
Best Regards
Maggie
- Anonymous8 years agoNot applicable
i created a new comlumn in the edit query, based on the text date column.
2018-Q1 to 2018-01
2018-Q2 to 2018-04
2018-Q3 to 2018-07
2018-Q4 to 2018-10
and made this new column defined as date, it worked but seems like a suboptimal solution.