Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
How you want to see Buckets in Month?
LOAD
DateField,
MonthStart(DateField) as MonthField, // use this as dimension
otherfields
From yourqvd