Topic: Profiling on a subset of data
Profiling on a subset of data
Unrelated to my issues with SQL Server in my other post!
Am I missing something, I would like to profile and validate only a subset of data within my table.
I have a table that stores current and historic records for 10 different countries. I want to profile/validate only current data from say 2 countries.
So is there a way to add a 'where' clause as part of any analysis tasks?
Am I missing something, I would like to profile and validate only a subset of data within my table.
I have a table that stores current and historic records for 10 different countries. I want to profile/validate only current data from say 2 countries.
So is there a way to add a 'where' clause as part of any analysis tasks?
This is something that we are working for DataCleaner 1.6 to include (see Ticket #242: Sampling in data selection). Currently the only workaround is to create a view in your database that does the filtering/sampling and then run your profile on that view instead of the full table.
thx Kasper, good to know its on the agenda for a future release.
Log in by clicking the login link at the top of the screen
Go back to forum.


