
Not applicable
2014-12-19
02:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i wanna create bar chart
- ž X-Axis -- Month (Past 13 Month)
- ž Y-Axis - MoneySpend comparison for month over month (Comparing same month of last year with same month of current year)
please tell me how to achieve this
- Tags:
- new_to_qlikview
308 Views
2 Replies


Master II
2014-12-19
02:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
For better solution..
you can post you sample data here...
for your solution. you can add month as dimension and in dimension list you can restrict them for latest 13 month.
and in expression you can create 2 expression..
sum({<Year = {'$(=Max(Year)-1)'}>}Sales) --- for previous year sales.
sum({<Year = {'$(=Max(Year))'}>}Sales) -- for current year sales.
HTH
sushil
230 Views

Not applicable
2014-12-19
02:56 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
add month as dimension and > goto dimension limits > put latest 13> write above 2 expression what sushil provided
230 Views
