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

Tabular view with Only Measure

Hi All,

I have a requirement like below and need to implement in Qlik Sense:

I can think one option, to use One Text box with Name of Measure and one Single KPI with expression for each row. But this approach is taking huge space.

Do we have any other option in Qlik Sense to implement this.

Thanks,

Sarif

1 Solution

Accepted Solutions
arvind_patil
Partner - Specialist III
Partner - Specialist III

Hi Mohammad,

First Create Inline Table

DimensionName:

LOad * Inline [

_Dim

Net sale,

Cs Sale

.

.

.

];

And in Measure write if condtion

in dimension add:  _dim

Expression:

If(_Dim='Net sale', Expression 1,

    if(  _Dim='Cs Sale', Expression2

.....

...

))


Thanks,

Arvind Patil

View solution in original post

11 Replies
Anil_Babu_Samineni

One approach may be use Island table and then create each value calculation in island table.

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
arvind_patil
Partner - Specialist III
Partner - Specialist III

Hi Mohammad,

First Create Inline Table

DimensionName:

LOad * Inline [

_Dim

Net sale,

Cs Sale

.

.

.

];

And in Measure write if condtion

in dimension add:  _dim

Expression:

If(_Dim='Net sale', Expression 1,

    if(  _Dim='Cs Sale', Expression2

.....

...

))


Thanks,

Arvind Patil

mhmmd_srf
Creator II
Creator II
Author

Island table would be created using Inline Load?

Anil_Babu_Samineni

Yes

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
devarasu07
Master II
Master II

Hi,

Try to create Dummy dimension in your pivot table object and then transform your row-into column then it should work

or create data island in back end script or front end value-list method also u can achieve it

Capture.JPG

mhmmd_srf
Creator II
Creator II
Author

Thanks Arvind.

I got my desired out put. Only thing is I need to hide or delete the Column name section.

Can you please suggest me how to do this.

Thanks,

Sarif

jyothish8807
Master II
Master II

Hi Mohammad,

As of now, there is no option to hide the headers.

Try exploring some extension objects;

Qlik Branch

Best Regards,
KC
jyothish8807
Master II
Master II

Other wise as a work around , place a text box on top of the header of the straight chart with same background color.

Best Regards,
KC
mhmmd_srf
Creator II
Creator II
Author

Good Idea Jyotish... but is it possible?

Thanks,

Sarif