<div> </div><p>I am currently trying to figure out how to display the piece of the maximo where clause that is displayed in the where clause screen in advanced search options in maximo. I want to show this at the end of the report so that the person who reads the report knows what search criteria were used when it was ran. </p><p> </p><p>Ive tried simply displaying the params["where'] parameter as well as making a data binding with this string </p><p><span style="font-size:12px;">[font="Helvetica;color:rgb(147,26,104);"]<strong class='bbc'>if</strong>[/font][font="Helvetica;"] (!BirtStr.trim(params
/font][font="Helvetica;color:rgb(57,51,255);"]"where"[/font][font="Helvetica;").equalsIgnoreCase([/font][font="Helvetica;color:rgb(57,51,255);"]"1=1"[/font][font="Helvetica;"])) { params
/font][font="Helvetica;color:rgb(57,51,255);"]"where"[/font][font="Helvetica;"; } [/font]</span>neither of which worked. All it shows is a long string of information most of which is not needed.</p><p> </p><p>Has anyone else solved this issue? </p>