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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
prma7799
Master III
Master III

Data is aggregate for particular month

Hi All,

We have one table in that we have used calculated dimension.

My question is I have product and it product have  invoice date in the chart when I am taking calendar date range for one particular product the data is coming right but it is coming with aggregate format.

Say suppose product  OBI-X have invoice date is 27-09-2014 then data should come from SEP to March but data is come only for Sep.

dd.png

Thanks

1 Solution

Accepted Solutions
prma7799
Master III
Master III
Author

Hi tresesco‌,

Thanks for your quick response.

I got the solution I just remove all condition which was apply for all dimension.

=If(date([First Invioce Date],'DD-MM-YYYY')>=Date(vStartDate) and date([First Invioce Date],'DD-MM-YYYY')<=Date(vEndDate),

Product)

And simply apply above formula for First Invioce Date And get expected output.

Is anything else I will surly disturb you.

Many thanks

View solution in original post

2 Replies
tresesco
MVP
MVP

How does your expression look like? Could you share sample qvw?

prma7799
Master III
Master III
Author

Hi tresesco‌,

Thanks for your quick response.

I got the solution I just remove all condition which was apply for all dimension.

=If(date([First Invioce Date],'DD-MM-YYYY')>=Date(vStartDate) and date([First Invioce Date],'DD-MM-YYYY')<=Date(vEndDate),

Product)

And simply apply above formula for First Invioce Date And get expected output.

Is anything else I will surly disturb you.

Many thanks