Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Images as column data in straight table

Hi,

I need to display the images as column in the straight table, for eg : if my source is facebook then facebook image and if source is twitter then twitter image.

Thanks in advance

1 Solution

Accepted Solutions
Not applicable
Author

Hi Prathima,

In the Dimensions tab of the Straight Table you have a button to set Advanced configuration on a dimension. You can use the Image representation for the dimension "Image".

To implement the conditional...

if(source='Facebook', facebook_image, twitter_image)

View solution in original post

5 Replies
Not applicable
Author

Hi Prathima,

In the Dimensions tab of the Straight Table you have a button to set Advanced configuration on a dimension. You can use the Image representation for the dimension "Image".

To implement the conditional...

if(source='Facebook', facebook_image, twitter_image)

sudeepkm
Specialist III
Specialist III

I think you can use "bundle load" to load all your images and image id (in number) into QlikView.

Create a Straight table add the image id field as dimension.

Go to Advanced properties of Dimension and set image settings.

imgload.png

jagan
Luminary Alumni
Luminary Alumni

Hi Prathima,

Please find attached file for solution.

Regards,

Jagan.

Not applicable
Author

Thank you.

tomovangel
Partner - Specialist
Partner - Specialist

Thanks for this post !
It helped me a lot

-Angel