Skip to main content

The report only has one table, INLocation.  I want a parameter linked to LocationCD to be a lookup.  I cannot get that to work.  Here is my setup:

 

What are the rules for adding a lookup parameter to a report?

Try creating a SiteID parameter like this:

 

Then define the LocationID parameter like this:

 

 

After picking the Warehouse, you should get this result:

 


I’m having the same issue. Cannot get Location selector to populate. Used same setup as the on provided in the solution and no luck.


Any other solutions for this?  We were using the INLocationStatus table which was working fine until we upgraded to 21 R2.  Now we’re not getting any records on the Selector popup.


Great News 🙂 Thanks for sharing the update.


Thank you.  That worked.  I didn’t need to add the table to the report.  I just added the table reference in the view field.


Hi @brucewarrell96  It seems Selector is NOT working with INLocation table, instead I have worked with INLocationStatus table and it is working as selector. 

Please find the attached report and screenshot. Hope this helps!!

 

 


@brucewarrell96  Thanks for sharing this and will look into it and let you know.


@Naveen B  - see attached.  Thanks.


Hi @brucewarrell96 If possible, Can you please attach your report here.


Tried that - no luck.


@brucewarrell96  Hope you have tried this way as well? 

Instead of LocationCD below, try with LocationID

 

=Report.GetFieldSchema('INLocation.LocationID,Warehouse')

 

 


@Naveen B - my image is similar to yours but not having much luck.


Hi @brucewarrell96  Long back I have tried like below to get the Location ID filter. Hope this helps you as well.

=Report.GetFieldSchema('ARPayment.CustomerLocationID,StatementCustomerId')

 


Reply