Hi,
I was wondering if there is a way to profile a subset of the data based on a certain criteria in the web application.
For example, I want to get the profiling results only for records with the ‘Active’ status in the ‘Status’ field.
I am able to do this in the desktop application by writing a custom sql query to filter the results. If I can do this directly in the web app that would be really helpful.
Thanks in advance!