Same value for two variables
In my query I have 2 date characterisitcs which must get same date value for filter.
Char1 - DISC_DT
Char2 - CLEAR_DT
I want one Value, say ValueX to create condition:
DISC_DT<ValueX
CLEAR_DT>ValueX or CLEAR_DT=#
Is it possible to create only one variable or use any other tricks to provider 1 user input field for 2 characteristics?