Best Of
-
Re: A default value for "automatically delete data after N days"
@Ian Hayden @Henry Simms As of now, this setting only covers datasets and not snapshots. I will put in another request to extend the setting to snapshots as well.1 -
Re: Find Duplicates: handling of Gmail email modifiers
equally john.smith@googlemail.com and john.smith@gmail.com should be considered a match1 -
Data Governance Masterclass - 9th October
Hi all, We’re excited to invite you to our upcoming in-person Data Governance Masterclass on Thursday 9th October, featuring Nicola Askham – The Data Governance Coach. This event is designed for data…1 -
Useful Function: Distance between two coordinates
Recently developed a function based on the Haversine Formula to generate the distance between two coordinates (in meters). It's useful for comparing distance approximations between different address …3 -
Re: Workflow option to Refresh Sources doesn't apply to Contains Match
OK I will do that. Would be nice if there was an option "Refresh lookup table" that was there when the workflow detected that was used in the canvas.1 -
Re: Workflow option to Refresh Sources doesn't apply to Contains Match
What I do in this scenario is include an orphaned source step (i.e. with no connections) in my workflow, configured with the lookup table. This will ensure that it's refreshed along with other source…1 -
Re: Date column recognized as "alphanumeric" while profiling
See this Aperture documentation for the handling of MS SQL Server DATETIMEOFFSET datatype specifically,1 -
Re: ♻ Reusable workflow example – calculate word frequency
@Danny Roden Beautiful logic, took a while to get it :-) - need to test. More interested on cell information. It seems that business users are utilizing the column's cells for multiple attributes in …1 -
Re: How to explore Workflow script (preview) functionality
Thank you @Josh Boxer1 -
Re: How to explore Workflow script (preview) functionality
A few examples from SODetail derive Total_Value = Price * Quantity sort {-Total_Value} take 20 from SODetail derive Total_Value = Price * Quantity sort {-Total_Value} take 20 from Customers filter Co…1