filmov
tv
Unflattening Multi-Select Picklists
![preview_player](https://i.ytimg.com/vi/PUZCPT9w6OI/maxresdefault.jpg)
Показать описание
PoC of a not best practice solution to working with everyone's least favorite data type, the Multi-Select picklist.
Formula for myFlat on parse3:
case when multiCount ZZZ 3 then null when multiCount == 3 then substr(myMulti__c, index_of(myMulti__c,";", 1, 2) +1, (len(myMulti__c) - index_of(myMulti__c,";" ,1, 2))) else substr(myMulti__c, index_of(myMulti__c,";", 1, 2) +1, index_of(myMulti__c,";", 1, 3) - (index_of(myMulti__c,";", 1, 2) +1)) end
Note: The less than symbol isn't supported in youtube descriptions, so ZZZ is where that should be.
Formula for myFlat on parse3:
case when multiCount ZZZ 3 then null when multiCount == 3 then substr(myMulti__c, index_of(myMulti__c,";", 1, 2) +1, (len(myMulti__c) - index_of(myMulti__c,";" ,1, 2))) else substr(myMulti__c, index_of(myMulti__c,";", 1, 2) +1, index_of(myMulti__c,";", 1, 3) - (index_of(myMulti__c,";", 1, 2) +1)) end
Note: The less than symbol isn't supported in youtube descriptions, so ZZZ is where that should be.
Unflattening Multi-Select Picklists
PI Multi-Select Picklist Reporting
MultiSelect Picklist as SelectOption
Command multiselect picklist fields with Salesforce Flow
Salesforce | Reporting for Multi-Select Picklist Property
Refine Multi-select picklist from Salesforce using Checkbox
Multi Select Picklist Parsing
MultiSelect Picklists to LIST DataSource
How to create Single / Multi Select Combobox / Picklist in LWC Salesforce
Let's talk about multi-select picklists in Salesforce....
Salesforce Multi Select Picklist Blunders #shorts
Salesforce: bucket a multi select picklist within a report?
Salesforce: Retrieve all selected records from multi select picklist in lightning flow
How to implement a custom Field Dependency with a Multi-select Picklist as controlling field?
Salesforce: Multiselect picklist as Controlling field on Field Dependencies (3 Solutions!!)
Salesforce: Lightning Flows Multiselect Picklist replicate in Lignting
Salesforce: Use multiselect picklist values in lightning component (2 Solutions!!)
Salesforce Lightning | How to multi select while reporting in Salesforce
Salesforce: Multi-select pick list update - process builder + apex or flow?
Salesforce: Filtering Einstein Analytics dashboard by multiselect picklist value (3 Solutions!!)
Salesforce: Reporting on multi-select pick list or make custom object perhaps?
Multi Dependent Picklist from Salesforce
Salesforce: Compare multi-picklist field values between two different object
MultiselectPicklist in Action
Комментарии