Currently this issue I'm facing is the input from any of the row, however when I input the following content from "% Actual Progress" and "Progress Summary" are still the same result from the month Jan, if I input from different months the content inside the box won't be updated.
Any solutions to this, such as the key expression I can use?
try this onselect of gallery1:
ClearCollect(
ColMatchingParts,
Filter('Matchings Database', PartFromFirstList = Gallery1.Selected.'Part Number').PartFromSecondList
)
and this on items property of gallery2:
Filter(
'Second Parts List',
'Part Number' in ColMatchingParts
)
you might need to rename to your needs.
Let me know if my answer helped solving your issue.
If it did please accept as solution and give it a thumbs up so we can help others in the community.
Greetings
Unfortunately I have selected the wrong part if you could refer to this one based on this coding, are there any expressions to be able to solve this based on the case?
you can try thus:
LookUp('INVITE Project Summary Dev', 'Project Name'.Id = ThisItem.ID && MonthColumnName = SelectedMonth).'Progress Summary'
you need to rename to your needs.
Let me know if my answer helped solving your issue.
If it did please accept as solution and give it a thumbs up so we can help others in the community.
Greetings
hi @sabrinaaa_ ,
try using this Value('Project Name'.Id)
Can you please copy/paste your code here so we do not need to retype?
thanks in advance
WarrenBelz
146,587
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,928
Most Valuable Professional