on 2022 Jul 29 11:20 PM
Request clarification before answering.
Try this:
1. Make the parameter optional. This will default to null if there is no value.
2. Edit the formula in the Select Expert. It will look something like this:
(
(HasValue({?Date}) and {MyTable.DateField} = {?Date})
OR
(not HasValue({?Date}) and {MyTable.DateField} = ToText(CurrentDate - 7, 'yyyyMMdd')
)
Note how I've used parentheses here - because this is an OR statement, the parentheses are very important for getting it to work correctly.
-Dell
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
92 | |
11 | |
9 | |
9 | |
7 | |
5 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.