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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
ali_hijazi
Partner - Master II
Partner - Master II

repeat value until it changes

Hello

got a pivot table with dimensions Month-Year and Product

and the expression is FirstsortedValue(Price,-Period_Date)

so far the results are fine and when I select one product i get the following :

help_in_expression.png

However when I select more than one product I get null values in months when there are no purchases for the product as follows:

help_in_expression.png

is there a way to fill for example above for the first product May 2011 with 19 and May 2012 with 16.8282 etc....

Knowing that if I select a third product that might be purchases in April 2011 then I want to fill April 2011 with 19 for product 1 (the first one on the list)

Please advise

I can walk on water when it freezes
Labels (1)
2 Replies
Anil_Babu_Samineni
MVP
MVP

Can you please post one sample Application with Raw data of sample and Expecting O/P as Picture

Then we can understand???

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
ali_hijazi
Partner - Master II
Partner - Master II
Author

The data is something as follows:

Date       Product        Value

15/2/2016  P1              15.69

25/2/2016  P1              16.5

16/3/2016  P1               17.23

5/7/2016    P1               16.75

....

for the above product I want to display the following:

for Feb   16.5

for Mar    17.23

for Apr,May, June 17.23

and Jul 16.75 and so on...

I can walk on water when it freezes