Hi Experts,
I am trying to do a cross company report where i need to filter and show only needed(given) companies in Company range.I have achieved this using following code in AOT Query(used in report) method's.I have also attached the screen shot for the same.(My system has 100's of companies but i am showing only 4 companies in the result
container getCompanyRange()
{
return [["USMF", true],["BRRT", true],["BRSI", true],["CNMF", true]];
}
Now my problem is when i select companies from here using select check box it is not filtering out data correctly in report.Always it return's Data for the 4 companies i selected..Pls help me how to overcome this problem and where i need to customize to solve this issue..
Regards
Varun Gowrishankar
*This post is locked for comments