I am trying to create a report where i am not able to get the Alternative ID a dropdown table. Alternative ID comes from INItemXRef table and for my report relevance, Soline table.
Can’t seem to bring any of the table in the Alternative ID dropdown parameter by using any of the below
=Report.GetFieldSchema('INItemXRef.SubitemID,AlternateID')
=Report.GetFieldSchema('INItemXRef.AlternateID')
=Report.GetFieldSchema(‘Soline,AlternateID')
in the View Name: field. Infact any thing put in View Name omits the Altenate ID parameter itself as seen in the picture.

Any Idea what could be done?