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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
FrankRook
Contributor
Contributor

Pixel Perfect Report - Image URL Binding Syntax

Hello, 

I'm new to using the PixelPerfect Reporting in Qlik Cloud Tabular Reporting, and I'm building a template but I can't find any detailed information about the below. I'm trying to bind a picturebox to a field coming from a level. Below is the report, and the level with the field coming from it.

FrankRook_0-1750189138680.png

In the properties of the Picture Box, for the URL, unlike in NPrinting where you have a dropdown list, you need to enter something manually and I just can't figure out the syntax, I've tried the following and a lot of other variations:

[Levels - TpQYP_Level.Shipping Country Flag]

Levels - TpQYP_Level.Shipping_Country_Flag

FrankRook_0-1750190169377.png

 

In the end, the report comes out with the URLs on the right, and nothing on the left. I've tested the URLs independently (pasted them in a browser) and they work without any extra access requirements. 

Final Result:

FrankRook_2-1750189766017.png

 

Appreciate any help in resolving this so we can create our on-demand reports.

Best Regards,

Frank

Labels (2)
1 Solution

Accepted Solutions
Lech_Miszkiewicz
Partner Ambassador/MVP
Partner Ambassador/MVP

I do it like this:

  • I put picture box (1)
  • then choose function for imae URL (2)
  • that opens (3) Expression Editor
  • then I pick Fields (4) and find the field with URL in box next to it
  • double click the field which puts it as the blue string (5)

Lech_Miszkiewicz_2-1750252547705.png

source data:

Lech_Miszkiewicz_0-1750252352087.png

result:

Lech_Miszkiewicz_3-1750252907779.png

 

cheers Lech, 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 to the problem.

View solution in original post

2 Replies
Lech_Miszkiewicz
Partner Ambassador/MVP
Partner Ambassador/MVP

I do it like this:

  • I put picture box (1)
  • then choose function for imae URL (2)
  • that opens (3) Expression Editor
  • then I pick Fields (4) and find the field with URL in box next to it
  • double click the field which puts it as the blue string (5)

Lech_Miszkiewicz_2-1750252547705.png

source data:

Lech_Miszkiewicz_0-1750252352087.png

result:

Lech_Miszkiewicz_3-1750252907779.png

 

cheers Lech, 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 to the problem.
FrankRook
Contributor
Contributor
Author

Thanks a lot Lech, that works!