Forum Discussion
Anonymous
5 years agoNot applicable
Simple Drill Down
Hi I know this may be a simple task, however, I have spend a few days trying to figure out how to allow drill down with a sample set of data that I have. I have a set of application , and the...
- 5 years ago
You clearly have hierarchies here, so you have to create them. Bear in mind that hierarchies must reside in one and the same table. When designing tables with hierarchies, think about what a Date table looks like... Once you get your hierarchy/hierarchies right, you're almost done with your task.
Here's a file that does what you want:
https://1drv.ms/u/s!ApyQEauTSLtOgZlNkcwZPyDsKLJojw?e=iWH3bv
Anonymous
5 years agoNot applicable
Thanks, a million! you are a great saviour 🙂