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?

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')

 


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


@brucewarrell96  Hope you have tried this way as well? 

Instead of LocationCD below, try with LocationID

 

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

 

 


Tried that - no luck.


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


@Naveen B  - see attached.  Thanks.


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


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!!

 

 


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.


Great News 🙂 Thanks for sharing the update.


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.


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.


Try creating a SiteID parameter like this:

 

Then define the LocationID parameter like this:

 

 

After picking the Warehouse, you should get this result:

 


Reply