-
Can I create Interactivity Snapshot when unioning multiple Profiles from different datasets
Hi, I am new to ADS. I want to make a dashboard a single widget, the widget would be the profile results of 2+ different tables To do this I have profiled two tables, and have unioned them. I then take a snapshot of the union. However, when I create a new dataset as part of the snapshot step, I do not have the…
-
Group step in Workflow throws java.lang.IllegalArgumentException: Invalid handle
Hello there, I have a workflow in Experian's Aperture Data Studio (version 2.5.11.115) which unions 24 inputs From this union, I then have a group step which allows me to see what the validation results are for each category When I use aggregates, there is no problem but when I group and aggregate together, I get this…
-
🎞 A Short Feature Demo on data unions and find duplicates in Data Studio
-
Unioning data example workflow with customer data
This workflow combines the sample data of Customer V1 and Customer V3 to demonstrate that the data from a common schema can be combined using a UNION step.4 The FILTER step reduces this to just UK data The BRANCH step sends the data in two directions, to an inline PROFILE step and to a SPLIT step. The profile, does a…
-
How do you work out where the row comes from ?
When you're combining data from multiple data sources that potentially have duplicated data, you may want to work out which row you want to win. This is partiulcarly relevant when you use harmonization. You can base decisions on the source, or which records to prioritize against in grouping. You could consider this as a…