Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

How to drill on datetime data without aggregating into level above

I have some data with a DateTime column. What I need to be able to do is drill down to the second level. I've created my own hierarchy Year>month>day>hours>minutes>seconds.   The only problem is if...
  • Anonymous's avatar
    Anonymous
    4 years ago

    Managed to solve it. If anyone is interested, the data type for the day/month/hour/min/sec columns I changed to Text. This stopped the data grouping into the number buckets