I have the following crosstab table:
I need to be able to filter using an "Entry Field" Input control based on the "Difference" column. The user should be able to enter a value and have the table filter to show only those values in the range. For example the user enters " <= .05 only those rows that have a "Difference" value of .05 or less should display.
The difference column is a variable calculating the difference between the values between week 21 and week 22.