Unable to fetch records from sales dist report to field view
I have two forms Sales_Tracker and Field_View.
I am tried to get the data from sales_Tracker to Field view with a Mobil no as lookup column
x = Sales_Tracker [Master_Mobile_No == input.Mobile_No];
input.Distributor_Name = x.Dist_Name;
Pls suggest where is the problem ?