0
votes

i have report for CRM with SSRS Report when im run execute query i get all the data i needed.But when i try display all the attribute in my report all data from link entity is not displaying, but when im check in execute query there is data on that attribute, Do i need to add something to display link entity attribute ? Im showing the attribute with this code in my ssrs

=First(Fields!mjt_point_of_terminalefce6bb8_mjt_mid_regular.Value)

Thanks in advance

1
Using first will always return the first record in the resultset. Is this what you expect? Does the first record have a value? - jasonscript
i already found the answer, i need to add alias in my link entity properties. - Theodorus Agum Gumilang
You should add this as an answer :) - jasonscript

1 Answers

0
votes

It already works , its look like i need to add alias to all my link entity