Issue with fetch data using report definition
Hi All,
I am facing issue to fetch data using report definition. the issue is i have records like Hyderabad,Chennai,Bangalore and Hyd,Mumbai,Mysore in AllLocations property. Now for reports user select Locations on UI then related record only we want to display. For example if user select Hyderabad then related record Hyderbad,Chennai,Bangalore comes but if user selects Hyd then both records come. I want to fetch only Hyd,Mumbai,Mysore related record only.
Current logic in report definition is AllLocations Contains Param.Locations.
Here Locations come dynamically means user can select Hyderbad or Hyd or chennai etc.
AllLocations and Param.Locations both are have comma saperated values