Hi All,
I am user a filterBuilder to allow users to subset data in a table. At some point, the user performs an analysis (SQC, Pareto, Histogram, etc.) Each of these analyzes define buckets of data that can be used to subset the data further. What I did in the past was update the SQL where clause with the additional constraints. Now that I am using filterBuilder, I think I need to update the advanced criteria in the filterBuilder. This involves adding a top level "AND".
So, what I essentially need to do is programatically update the advanced criteria in the filterBuilder. Is this possible?
Cheers,
Arend
I am user a filterBuilder to allow users to subset data in a table. At some point, the user performs an analysis (SQC, Pareto, Histogram, etc.) Each of these analyzes define buckets of data that can be used to subset the data further. What I did in the past was update the SQL where clause with the additional constraints. Now that I am using filterBuilder, I think I need to update the advanced criteria in the filterBuilder. This involves adding a top level "AND".
So, what I essentially need to do is programatically update the advanced criteria in the filterBuilder. Is this possible?
Cheers,
Arend
Comment