Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

SCD

Hi Team,

Kindly help me resolve the following query using the SCD solution

Well, I have the following Inline table

LOAD * INLINE

[

    Product, ProdName, Price, Updated

    123, Watch, 150$, 1/1/2015

    134, Fruit, 30$, 1/1/2015

    145, Ring, 3000$, 3/1/2015

    123, Watch, 125$, 5/1/2015

    123, Watch, 119$, 5/5/2015

    134, Fruit , 50$, 5/5/2015

    145, Ring, 2500$, 5/12/2015

    234, Pen, 12$, 5/17/2015

    312, Jeans, 50$, 6/9/2015

];

Using the above input table, I need to get the below reults

ProductProdNamePriceUpdatedFromTo Date
123Watch150$1/1/20151/1/20154/30/2015
123Watch125$5/1/20155/1/2015     5/42015
123Watch119$5/5/20155/5/20156/18/2015

Help me implementing the same.

Thanks in advance

1 Reply
swuehl
MVP
MVP

Ruchi,

I think this question has been answered in another thread. In future, please try to avoid multiple postings.

Thanks.