Forum Discussion

Vandithak's avatar
Vandithak
Frequent Visitor
1 year ago

SSRS Cilckable Images based on logged in user

Hi Community Support Team,
Need help on below requirement / suggest a video. This should be Implemented in SSRS

I have 6 images, these should be arranged in 2 rows and 3 columns, 

Image1   Image2     Image3
Image 4   Image 5   Image6
and have a below daatest  with below details
SELECT ImageID, ImageName, ImagePath, PageURL, UserID
FROM ImageLinks
WHERE UserID = @UserID
 

The requirement is to display six images for all logged-in users, with only the images relevant to the user being clickable, while the rest remain non-clickable.

Note:  Userid parameter should display on top

1. Display all images
2. Add Page URL to 6 Images
3. let say, if User 1 is logged in he/she can only click relevant image, rest all non clickable. It should be dynamic

 

ImageIDImageNameImagePathPageURLUserID
1Realtime file:C:\Users\\Downloadshttps://Reports/powerbi//REALTIME%20ANALYTICSanalytic1
2Incident file:C:\Users\\Downloadshttps://Reports//INCIDENT%20ANALYTICSuser5
3Maintenancefile:C:\Users\\Downloadshttps://Reports//MAINTENANCE%20ANALYTICSanalytics2
4Safetyfile:C:\Users\\Downloadshttps://Reports/SAFETY%20AND%20SECURITY%20ANALYTICSNULL
5Operations file:C:\Users\\Downloadshttps:/Reports//OPERATIONS%20ANALYTICSUser2
6Landing Analyticsfile:C:\Users\\Downloadshttps://Reports/Landing%20DashboardUser3



3 Replies