Kemidan2014
Board Regular
- Joined
- Apr 4, 2022
- Messages
- 229
- Office Version
- 365
- Platform
- Windows
I apologize is this i the wrong forum for this question.
I am trying to create a Change point management Power app for our Maintenance group so that it is better than Excel.
What I am trying to get to work is When i am creating a new "ticket" i have a gallery on right side that displays the items i want to check based on the selection of the Product field in the new ticket. I have the filtering working, problem is i am trying to get the check boxes to stay checked if i were to select different tickets
to give you an I have a Table of Products and their die numbers and then i have a table of Change points. i set up a Many to Many relationship between these 2 tables. eventually i need to create a junction table that the selection of these Dies will aid in populating so we can FURTHER track the actual dates when individual dies have their change work completed.
Gallery on the far right is sourced from Table_Dies
The rest of this app is based from Table_ECIS
there is a Many to Many relationship set up between both tables
I have a Junction table set up with no data in it for this app to populate rows which will be ECI item for EACH DIE with Different date columns to track their completion
I cant get past the check box functionality.
This is what i have so far in the OnCheck for the check box -
Relate(RecordsGallery1.Selected,ThisItem)
Any direction will be appreciated.
I am trying to create a Change point management Power app for our Maintenance group so that it is better than Excel.
What I am trying to get to work is When i am creating a new "ticket" i have a gallery on right side that displays the items i want to check based on the selection of the Product field in the new ticket. I have the filtering working, problem is i am trying to get the check boxes to stay checked if i were to select different tickets
to give you an I have a Table of Products and their die numbers and then i have a table of Change points. i set up a Many to Many relationship between these 2 tables. eventually i need to create a junction table that the selection of these Dies will aid in populating so we can FURTHER track the actual dates when individual dies have their change work completed.
Gallery on the far right is sourced from Table_Dies
The rest of this app is based from Table_ECIS
there is a Many to Many relationship set up between both tables
I have a Junction table set up with no data in it for this app to populate rows which will be ECI item for EACH DIE with Different date columns to track their completion
I cant get past the check box functionality.
This is what i have so far in the OnCheck for the check box -
Relate(RecordsGallery1.Selected,ThisItem)
Any direction will be appreciated.