cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
PhilippeJ
Regular Visitor

How to display items on a clickable image on sharepoint

Hi everybody,

I have a question an maybe someone here can help.

I have a map of my factory with different clickable areas on my sharepoint site.

The different areas of the map are linked to items in a sharepoint list.

I would like to display on the image the list item informations (for example the title column).

Anyone knows how to do that ?

Thanks for helping me.

Have a nice day.

Philippe.

6 REPLIES 6
mdevaney
Community Champion
Community Champion

@PhilippeJ 
I would do this by using the LOOKUP function to pull information using the ID number in SharePoint and displaying it inside a label.

 

For example, if the area has an ID number of 16 in SharePoint you would put this code in the Text property of your label.

Lookup(your_datasource_name, ID=13, Title)

 

---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."

Hi @mdevaney , thanks for your reply.

I just don't understand where you want to me to use your formula because i use an HTML webpart for the clickable image and i don't know where to paste your formula.

Thanks and have a nice day.

Philippe.

@PhilippeJ 
An HTML webpart?  Are you talking about a SharePoint webpart or an HTML control inside a PowerApp? 

@mdevaney 

For the moment I use a SharePoint webpart.

My goal is to have a map of a building and to be abble to display on this map some SharePoint list items that are coresponding to physical areas in the building (like a sort of inventory).

So I made a clickable image with SharePoint designer (for the code) and i paste the code in an HTML webpart on my page.

 

@PhilippeJ 
Sorry, but this is outside my area of expertise.  I thought you were using an HTML control inside PowerApps.  I know nothing about SharePoint designer or webparts.

@mdevaney 

Ok Thanks...

But will you be abble to achieve it Inside powerapps ?

Helpful resources

Top Solution Authors
Top Kudoed Authors
Users online (4,041)