Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
george55
Partner - Creator III
Partner - Creator III

Replace Dimension

Hi all,

I have created a new dimension ("DimensionZ") in the load script with different data than the normal Dimension. 

How can I use this Dimension in an object (e.g. KPI)? all other object are using the normal Dimension and should not be affected.

Normal case:
Count(Distinct {<[XIM_CAL.Calldirection]={'Inbound'}>} [%CallId])

Thank you.

Labels (1)
  • SaaS

3 Replies
Qlik1_User1
Specialist
Specialist

Please provide more details..

george55
Partner - Creator III
Partner - Creator III
Author

DimensionNormal is the normal Case. DimensionZ should only be use in one specific diagramm-object.

Load
[XIM_EVE.RecT] as DimensionNormal
If(IsNull([XIM_EVE.RecT]), [XIM_EVE.T2], [XIM_EVE.RecT] as DimensionZ
FROM [.....qvd] (qvd)

george55
Partner - Creator III
Partner - Creator III
Author

nobody has an idea?