Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
matthieu-hoffmann
Partner - Contributor III
Partner - Contributor III

Using coordinates on a raster building plan

Hi everyone,

I'd need help to display plots on building plans.

For instance, on attached file, you have multiple offices, and I'd like my stats to show for my office when I select it.

So, I created an inline table on which I have two fields, the id (e.g. HC_D10_A1_CW1) and the coordonates. The question is : how can I define the coordonates properly ? How can I find the X and the Y info ?

Thanks for helping me.

www.easyneo.fr
1 Reply
Patric_Nordstrom
Employee
Employee

Use the image pixels as coordinate system. Note that map origo is bottom left. Most image programs uses top left.

See the example "Map image background" at

https://community.qlik.com/t5/Qlik-Sense-Documents-Videos/Top-10-Viz-tricks-Qonnections-2019/ta-p/15...

If you have several offices, use a field or a variable to toggle between them

load * inline [

office, url

1,  https://....

2, https://...

];

 

Thanks,

Patric