MY requirements is Bill = Blank, lst, Mgi,stp,hch.
i have one reports in that i use one objects called bill in query filter.I selected the values from inlist.But we want to include with Blank records also inn our filter?.I have selected 4 LOV but i have to ADD Blank also because we want to filter the numbers with Blank too.
how do i meet the condition by including 4 LOV and Blank.
Thanks
Pooja
Create a report variable like Bill (1) = If IsNull() Then โ โ Else (). That will replace your NULL with a space which will be visible in your LOVs for Bill.
Hello Vinod,
Thanks for your reply.Actually i have to count the Invalid Case Number.To determine the INvalid CAse.I have to filter the Data.So, either i need to create the Objects in the universe and place that objects in the query filter.
I donโt know the code to do it.
Thanks
If the database you are dealing with is Oracle can you employ the NVL function to replace the NULL values with a dummy value and use that for your counting purposes or as a value in your LOVs too.