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

Calculated Dimension

i have created a calculated dimension;

if(abcd<>'Total',abcd)

In front end, if i select a particular value from this dimension abcd, it will show in current selections as

if(abcd<>'Total',abcd)

how to resolve this issue?

 

 

Labels (2)
2 Replies
Mauritz_SA
Partner - Specialist
Partner - Specialist

Hi there Sanju

Do you have access to the load script? Then you can use something like this:

LOAD

*,

if(abcd<>'Total',abcd) AS TestField

FROM ...

After this you can add TestField as a dimension and when you make a selection, it will show TestField (or whatever you call it) in the selection bar.

Not sure how you can do it in the front end though.

Hope this helps.

Mauritz

 

Patrik_Lundblad
Employee
Employee

Hi Sanju,

You can create a dimension in the asset panel with that expression and use it in your chart. Check my example at 

https://community.qlik.com/t5/New-to-Qlik-Sense/Calculated-dimensions-in-selection-bar-Qlik-Sense/m-...

Regards,

Patrik.