Hello,
In my analysis I usually remove outliers as part of my data processing, and using a data warehouse means my processing has to be converted as SQL. For this reason, I'd probably not use the Data Audit node or some other form of output.
See an attached example, its just a simple way to use the Aggregate node to obtain the maximum value for a field (or any number of fields). This max value (and or minimum) can then be joined back to your data and used in any calculation, for example picking all rows that fall within the top 1% of the maximum (as I have done in this example).
This method is also dynamic. There have been a few related post in the past few weeks, I'd suggest reading through a few of the previous posts for other related examples. My preference is to use binning by row count where I have 100 bins (and each row is a customer.
Cheers
Tim