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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
soha1902
Creator
Creator

Selection in Pivot table

Hi All,

I am displaying some product and there images in Pivot Table like this:

Pivot.png

Now when I select  any particular product image I want font should be bold and color for that particular product name should be change.

How can I do this?

Thanks in advance.

1 Solution

Accepted Solutions
jafari_ervin
Creator III
Creator III

Dear Soha,

You can use from Text Format option under your expression and dimensionm Like image below:

Image01.png

Please see the attachment.

View solution in original post

9 Replies
sunny_talwar

May be on a selection the pivot table hides and then a text box with your required formating shows up?

soha1902
Creator
Creator
Author

I already wrote this expression in table

Only({1}Path)

So if I select any particular image then it is showing all the images as well.

I just want to highlight the selected image and its name (either one or both).

Please help me regarding this.

soha1902
Creator
Creator
Author

Any Help???

jafari_ervin
Creator III
Creator III

Dear Soha,

You can use from Text Format option under your expression and dimensionm Like image below:

Image01.png

Please see the attachment.

sunny_talwar

Not sure how you would highlight the image, but may be you can use a different formatting for the text part. Let me test some ideas and get back to u.

sunny_talwar

I was thinking on similar lines, glad you saved me the trouble of working on it

jafari_ervin
Creator III
Creator III

your welcome

soha1902
Creator
Creator
Author

Hi ervin,

thanks for your reply.I am using Personal Edition so not able to open your qvw. can you plz let me know variable "V_selection" what expression you wrote?

jafari_ervin
Creator III
Creator III

Hi Soha,

I used below expression in "V_selection" variable:

"V_selection" = =GetFieldSelections(Dim)

Image 02.png