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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Merging Dimension and fact rows

Hi,

I have a chart in below format.My requirement is to merge the Pdt2 &Pdt3 in Product dimension and display it as Pdt2 and also the fact values should be summed up together.

Is it possible to do without script changes?

Category

Products

Qty1

Qty2

Qty3

Cat1

Pdt1

Pdt2

Pdt3

Pdt4

Cat2

Pdt1

Pdt2

Pdt3

Pdt4



1 Solution

Accepted Solutions
johnw
Champion III
Champion III

You might be able to replace the Products dimension with this:

if(Products='Pdt3','Pdt2',Products)

I think that will combine those two products into one, though I'm not certain.

View solution in original post

1 Reply
johnw
Champion III
Champion III

You might be able to replace the Products dimension with this:

if(Products='Pdt3','Pdt2',Products)

I think that will combine those two products into one, though I'm not certain.