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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Monthly buckets on bar chart

My data source is an oracle view with detail data with daily records I need to have the data on a bar chart sum in monthly buckets.

Labels (1)
2 Replies
Anil_Babu_Samineni
MVP
MVP

How you want to see Buckets in Month?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Clever_Anjos
Support
Support

LOAD

     DateField,

     MonthStart(DateField) as MonthField, // use this as dimension

     otherfields

From yourqvd