Snippets Collections
Concat(
    Split(LookUp(colADD_General, ID = intLastID,GenHotTopics),", "), ThisRecord.Value, ", "
)
&
With
(
    { x: Concat(
            Filter(ComboBoxHotTopics.SelectedItems, ThisRecord.Data <> Blank()),    
            ThisRecord.Data,", "
        )
    }, If(IsBlank(x),"", ", " & x)
)
star

Thu May 09 2024 12:00:02 GMT+0000 (Coordinated Universal Time)

#combobox #default

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension