Forum Discussion
Henricus
3 years agoFrequent Visitor
Using mutltiple dates in a table
Hi, I have a question using dates in a table. I have a dataset consisting of the following columns: name, date, score The dates range is different per dataset, but it's done per day, so eac...
Greg_Deckler
3 years agoCommunity Champion
Henricus So your data looks like this?
| Name | Date | Score |
| test | 1/1/2022 | 12 |
| test | 2/1/2022 | 13 |
| test | 3/1/2022 | 13 |
| test2 | 1/1/2022 | 12 |
| test2 | 2/1/2022 | 11 |
- Henricus3 years agoFrequent Visitor
Greg_Deckler my apologies, was away for a couple of days.
My data is like that. But what I want in my report is a column with a heading ofr the first of lets say jan, 1st of feb, etc. and then a columns with the change.
But I don't seem to get the data from the specific dates in the columns.
Should I create a measurement for that?
Thanks in advance
Kind regards,
Henricus