Simply add two parameters with 2 diffenrent names to your query and use the same source(Report-Paramter) for both of your parameters. There is no restriction, that you cannot add the same paramter multiple times to your query.
Add as many ?
in your SQL query as you need parameters:
In the Parameters Tag you can link them to your Report-Input-Parameters as you like and also add a Input-Parameter twice. The ?
in your query will be replaces by the values of your parameters in the order of appereance (first ?
= first parameter, second ?
= second parameter etc.):
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…