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

How to show the respective fields in cross table

I'm new to Qlikview and I've got a question about the use of fields from an inline load.

Selected field in the Group only should show in the cross table.

See attached

1 Solution

Accepted Solutions
sunny_talwar

Is this what you want?

No selection

Capture.PNG

With one selected

Capture.PNG

With 2 selected

Capture.PNG

I added a conditional expression for the three expressions you have

Capture.PNG

Expression

=SubStringCount(Concat(DISTINCT '|' & Group & '|'), 'Head1')

=SubStringCount(Concat(DISTINCT '|' & Group & '|'), 'Head2')

=SubStringCount(Concat(DISTINCT '|' & Group & '|'), 'Head3')

Not sure if this is what you wanted, but that's what I thought you wanted. If this is not what you wanted, you can clarify and we would be more than happy help you.

Best,

Sunny

View solution in original post

1 Reply
sunny_talwar

Is this what you want?

No selection

Capture.PNG

With one selected

Capture.PNG

With 2 selected

Capture.PNG

I added a conditional expression for the three expressions you have

Capture.PNG

Expression

=SubStringCount(Concat(DISTINCT '|' & Group & '|'), 'Head1')

=SubStringCount(Concat(DISTINCT '|' & Group & '|'), 'Head2')

=SubStringCount(Concat(DISTINCT '|' & Group & '|'), 'Head3')

Not sure if this is what you wanted, but that's what I thought you wanted. If this is not what you wanted, you can clarify and we would be more than happy help you.

Best,

Sunny