Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, i've 2 tables, one with my articles db and the second with a promoid and the articleid. I wanna create something like this:
The tables looks like:
How can i achive this with qlik?
Hello,
Try like below.
Create a link between both tables on ArticleID.
Take a pivot table, Rows: Article, ArticleDescription. Column : PromoID
Measure : Count(Distinct PromoID)
Thanks,
Ashutosh
Hello,
Try like below.
Create a link between both tables on ArticleID.
Take a pivot table, Rows: Article, ArticleDescription. Column : PromoID
Measure : Count(Distinct PromoID)
Thanks,
Ashutosh
Thanks, it works perfectly