79786367

Date: 2025-10-09 12:01:10
Score: 0.5
Natty:
Report link

I guess because the Skillcd column is an integer the IN wasn't working but I switched it to this and it's working now.

Distinct(
    SortByColumns(
        Filter(
            'Personnel.PersonMasters',
            TermFlag = false &&
            (
                SkillCd = "0934" ||
                SkillCd = "0027" ||
                SkillCd = "0840" ||
                SkillCd = "0962" ||
                SkillCd = "0526"
            )
        ),
        "DisplayName",
        "Ascending"
    ),
    DisplayName
)
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Dskipper