I’m guessing if it is possible to filter a datasource using the result getted from a calculated field.
For example, I need to filter my datasource (and, in consequence) my grid, using the condition: Field A - Field B > 0.
Is it possible ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Create a range on a field from your table (like its RecId, it does not matter which field you chose) and use an expression in its value (described here http://www.axaptapedia.com/Expressions_in_query_ranges).