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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
rahulsud007
Creator
Creator

Value Conversion

Hi guys, I have Data in the following format.

PID  Qty Date

P1   5      1-Jan-2015

P1  3    2-Jan-2015.

And I need output as

PID  Flag  Date

P1     1     1-Jan-2015

P1     1     1-Jan-2015

P1     1     1-Jan-2015

P1     1     1-Jan-2015

P1     1     1-Jan-2015


P1     1     2-Jan-2015

P1     1     2-Jan-2015

P1     1     2-Jan-2015

11 Replies
rahulsud007
Creator
Creator
Author

Hi Anbu, it worked in the back end itself.

rahulsud007
Creator
Creator
Author

Yes Joe, anbu's method was an easy and understandable one.