Announcements
With( { resultStatus: LookUp( TestResult, MaterialDoc = selectedRecord.MaterialDoc, ddTestResult ) }, If( selectedRecord.Status = "CD", ["", "CD"], If( resultStatus = "PASS", ["", "321"], ["", "CD"] ) ) ) Note: // selectedRecord - Replace this with your selected record. Use a variable if you're storing the selection, or reference the relevant control (e.g., Dropdown1.Selected) if the value depends on another dropdown
📩 Need more help? Just mention @Kalathiya and I’ll be happy to assist.
✔️ If this answer helped you, please tick “Does this answer your question?” so it can be marked as the Verified Answer.
💛 A Like always motivates me to keep contributing!
With( { _Item: If( LookUp( TestResult, MaterialDoc = ThisItem.MaterialDoc, ddTestResult ) = "PASS", "321", "CD" ) }, Table( {Value: " "}, {Value: _Item} ) )
ClearCollect( colValues, {Value: " "}, {Value: If(LookUp(TestResult, MaterialDoc = ThisItem.MaterialDoc, ddTestResult) = "PASS", "321", "CD")} )
Table()
With
" " & ", " & If(LookUp(TestResult, MaterialDoc = ThisItem.MaterialDoc, ddTestResult) = "PASS", "321", "CD")
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.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Valantis 424
WarrenBelz 355 Most Valuable Professional
11manish 290