-
Re: I'm pulling in a column from Salesforce that has over 1024 characters - Text column type limit
We had this limit in one of our datasets. The only way around it was to ask our CSM to increase the column size limit. They can do it on a case-by-case basis.2 -
Re: Enable pfilters for Variables
100% agree here. pFilters for variables and for OnFilterUpdate() would be HUGE and go a long way towards more dynamic and reusability of cards/dashboards.1 -
Re: Automatic Record Matching - Customers
Hey kpmwinston - I recently had this same requirement and solved it via MagicETL and using the Dynamic Unpivot + Python Scriprting blocks. The idea goes something like this: Add dataset A as a dataso…3 -
Re: Any Way to Use Regular Expressions to Change Case of Specific Words
Hi pstrauss, You can do this in a MagicETL. The best way I've found to do this is using the Python Scripting Block. In the example I put together for you, I wanted to make it simple to configure whic…1