Skip to main content

Notifications

Community site session details

Community site session details

Session Id : fm3NA2WdpHkhrABS7/sbeC
Power Apps - Building Power Apps
Answered

Creating a Risk Matrix system. How do I sort and group risk in Gallery List?

Like (0) ShareShare
ReportReport
Posted on 30 Sep 2020 16:26:21 by 4

Hello from Malaysia,

 

I am trying to create a risk matrix system using SharePoint as the database. 

 

The testing app as follows:- 

iceman31_0-1601482143097.png

iceman31_1-1601482184085.png

 

Currently the gallery list is sorted by coloum and vertically.  How can i make it horizontally and group each of the risk by likelihood x impact as picture below ?

 

iceman31_3-1601482595888.png

Thank you in advance. 

 

 

 

Categories:
  • GemM Profile Picture
    2 on 23 Aug 2022 at 05:03:22
    Re: Creating a Risk Matrix system. How do I sort and group risk in Gallery List?

    Hi Merley72

     

    I am working in the Risk Matrix space for a large-ish agency and would be interested in contacting you regarding the abovementioned installable solution. Are you please able to reach out and provide me with some information that I might be able to provide to my management about this possibility.

  • Merley72 Profile Picture
    60 on 24 Jun 2022 at 15:27:28
    Re: Creating a Risk Matrix system. How do I sort and group risk in Gallery List?

    Hi Iceman31

     

    Although you posted this some time ago, I was wondering if you managed to get all things working as you want them for your Risk Assessment /Matrix system.

     

    We have created just such a system for use in Power Apps which integrates with Microsoft 365 (SharePoint behind the scenes), and have installed this within a several companies here in the UK.  We are in the process of turning it into an installable solution which we will eventually sell through the Microsoft channels.  It uses SharePoint as a back end as this allows for easily to configure Views, displays of records and data and for Management and end-user interaction.  I’m preparing a couple of 5 minute videos which explain about it much more detail and wondered if these would be of interest when they are complete? 

     

    Please drop me a DM or reply if this is of interest.

     

    Regards and thanks,  Alan C.

  • iceman31 Profile Picture
    4 on 04 Oct 2020 at 13:27:05
    Re: Creating a Risk Matrix system. How do I sort and group risk in Gallery List?

    Hi v-bofeng-msft

     

    Will try it out. 


    Thank you so much

     

    Best regards,

  • Verified answer
    v-bofeng-msft Profile Picture
    on 02 Oct 2020 at 02:07:58
    Re: Creating a Risk Matrix system. How do I sort and group risk in Gallery List?

    Hi @iceman31 :

    Could you tell me:

    • Do you want to group all records based on the values of Likelihood and Impact and display these records in the form of a table so that the user can select one of the required records?

    The solution I adopted is to use a nested gallery.I'v made a test for your reference:

    1\My data source:

     

    ClearCollect(YourDataSource,{Company:"ITSD",Likeihood:3,Impact:3},{Company:"DDD",Likeihood:3,Impact:3},{Company:"CCC",Likeihood:4,Impact:3})

     

    2\Add a Blank horizontal gallery(Gallery14) and set it's items property to:

     

    [1,2,3,4,5]

     

    3\Add a Label(Label16) control into Gallery14 and set it's items property to:

     

    ThisItem.Value

     

    4\Add a Blank vertical Gallery (Gallery15) into Gallery14 and set it's items property to

     

    [1,2,3,4,5]

     

    5\Add a List Box control(ListBox1) into Gallery 15 and set it's Items proeprty to:

     

    Filter(YourDataSource,Likeihood=ThisItem.Value && Impact=Value(Label16.Text) )

     

    OnSelect

     

    Set(MYVAR,ListBox1.Selected) /*MyVar is my custom variable*/

     

    SelectMultiple

     

    false

     

    When you make a selection in the listbox, the record you selected will be saved in the variable "MYVAR". On your side, you only need to set the Items property of the displayform to ‘MYVAR’.

    48.gif

    Best Regards,

    Bof

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,653 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,999 Most Valuable Professional

Leaderboard
Loading started