Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
pradnyathakur
Contributor
Contributor

Repeat Dimension in Qliksense Table

Hi All,

We have a requirement to repeat the dimension values but for 2 different expressions.

Consider we have data in below format

MarketProductSales
AP1100
AP2200
BP3300
CP4400

Now, we need the output in below format :

MarketSales
A100
A200
B300
C400

So even though the Product dimension is not there in table we want to repeat the values for Product.

Is there any way we can achieve this functionality in QlikSense table.

Thanks in Advance !

3 Replies
Lisa_P
Employee
Employee

If you add a table with Market and Sales as dimensions this should work

pradnyathakur
Contributor
Contributor
Author

Hi Lisa,

We need sum(Sales) as a metric. and if we include this it shows only 1 row for each market

raman_rastogi
Partner - Creator III
Partner - Creator III

If you want to use sum(Sales) as a expression then you have to add Product as dimension in your table or you can add sales as dimension in your table. As per my knowledge there is no other way to achieve this.


Sum() calculates the total of the values given by the expression or field across the aggregated data.


Regards

Raman