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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
techvarun
Specialist II
Specialist II

Straight table Custom dimension and a Value List

Hello Qlixperts,

I have a straight table with two dimensions

Source = 'H'

KPI = ValueList('a','b','c','d','e','f','g','h','i','j','k','l','m')

So my Dimensions looks like below

 

SourceKPI
Ha
Hb
Hc
Hd
He
Hf
Hg
Hh
Hi
Hj
Hk
Hl
Hm

Now i want to achieve the dimensions as below

SourceKPI
Ha
Hb
Hc
Hd
He
Hf
Hg
H/Hh
Hi
Ij
Hk
I/Hl
H/Im

Thanks a lot in advance.

I have attached a sample qvw

10 Replies
tresesco
MVP
MVP

I guess, from here you should better start thinking about creating an INLINE table with two fields in the script and create your chart accordingly using pick(match(... in expressions.