There might be such a requirement – two prompts are embedded in a FFSQL report, and when one of them is answered, the other one can be ignored. To achieve this, Prompt-dependent SQL setting needs to be used. Below is an example about how to enable this setting to achieve the either-or optional prompts.
Select CATEGORY_ID from LU_CATEGORY Where CATEGORY_ID in ([Value1 (Number)], [Value2 (Number)]);

