Forum Discussion
osinquinvdm
Advocate II
9 years agoIssue with many-to-many relationship
When the users are looking at event details they would like a simple selector for filtering on today/this week/this month/this year/all. My idea is to create a column called "temporality" that as...
- 9 years ago
For this to work, you will have to use a measure in your grid. Unless you have a measure, you will keep getting this error message.
Try creating a simple measure like
Test = countrows(EventTable)
Then add Temporalitie, Event and the Test measure to a grid, and you should get the result.
SqlJason
Memorable Member
9 years agoFor this to work, you will have to use a measure in your grid. Unless you have a measure, you will keep getting this error message.
Try creating a simple measure like
Test = countrows(EventTable)
Then add Temporalitie, Event and the Test measure to a grid, and you should get the result.