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: 
Anonymous
Not applicable

How to create a list of titles?

Hey guys,

I want to create a list of all the columns of my pivot table. How can I do that?

Thanks.

Max

4 Replies
marcus_sommer

The dimensions could you get with something like:

GetObjectField(0, 'CH01') & '|' & GetObjectField(1, 'CH01') ...

but for the expressions is nothing available - unless you could use macros (it wont be easy to develop such kind of stuff).

- Marcus

arvind_patil
Partner - Specialist III
Partner - Specialist III

Hi Maximilion,

With the help of inline table like below:


DummyDim:

Load * Inline [

_DummyDm

YTD

QTD

MTD

Today

];


Thanks,

Arvind Patil

balabhaskarqlik

Check this link:

https://community.qlikview.com/thread/9572

Try your requirement, in opposite way.

balabhaskarqlik

In Script, in last tab, create a table with all the Required Dimensions to use in the UI area.

By that you can filter the Dimensions, those are going to use by different objects.