Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
panipat1990
Creator II
Creator II

Help

Hi Team,

          I Have a Requirement..I am new in qlikview..please Help Me....My Requirement Is ......I am sitting in Feb 2015..and i want to see Feb 2015's Actual Data And Mar,Apr,May,Jun,Jul,Aug,Sep,Oct's    Projected data...... This Pink Value Show Actual Data...And Other Show Projected Data(ForeCasting Data).............Please Help Me........Show Only In Straight Table............ Please Help Me....

Header 1Feb2015Mar2015Apr2015May2015
Jun2015
Jul2015
Aug2015
Feb201520003000400050007000800021200
Mar20155000300012000140001700076000
Apr20152001200134015001234
May20155000670076008700
Jun2015560045008700
Jul2015123455678
Aug2015123456
3 Replies
srchilukoori
Specialist
Specialist

Hi,

Please post sample data so an appropriate transformation can be built.

Thanks.

Not applicable

Hi Gourav,

There are a few ways to handle this..

1. Create set analysis expressions for each required column:

     a. First Column = sum({<Month = {'Feb2015'}>}Sales)

     b. Second Column = sum({<Month = {'Mar2015'}>}Projected Sales)

2. Create a single dynamic expression:

     a. Sum({<Month={"=sum(Sales)>0"}>}Sales) + sum({<Month={"=sum(Sales)=0"}>}Projected Sales)

          - This will give you sum of sales for months where sales exist and projected for when there are no sales.

MarcoWedel

Hello Panipat1990,

please don't post the same question multiple times and continue this topic in your original thread Logic

where petter-s‌proposes a really nice solution to you. He surely deserves an answer for that.

So do all the other community members who spent their time working on Re: Logic to your questions.

hope this helps

regards

Marco