Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
GMellow
Contributor
Contributor

Data Invalid Dimension Bar Chart

I have date data that looks like the following:

Completion Date

3/1/2021
3/1/2021
3/1/2021
4/1/2021
9/1/2022
12/1/2022
12/1/2022
3/1/2024
3/1/2024
12/1/2024
12/1/2025
12/1/2030
12/1/2035
12/1/2045

 

When I use this in a bar chart I get invalid dimension. When I use it on a grid chart (as Completion Date)  it works fine.

I've tried the following:

 

=SUM([Completion Date])

=SUM(distinct[Completion Date])
=MaxString( Floor(Date# ([Completion Date], 'MM/DD/YYYY')))
=SUM(Date([Completion Date],'MM/DD/YYYY'))
=Sum([Completion Date.autoCalendar.Date])

Any help appreciated!

1 Solution

Accepted Solutions
rubenmarin
MVP
MVP

Hi, using just [Completion Date] as dimension it should work

I dont' know what you want to get doing a sum of dates. Can you upload a simple sample to check?

View solution in original post

1 Reply
rubenmarin
MVP
MVP

Hi, using just [Completion Date] as dimension it should work

I dont' know what you want to get doing a sum of dates. Can you upload a simple sample to check?