everyone! I have an issue with creating custom criteria for sub-grid view for Dynamics CRM.
I have 3 Entities, let's call them "Companies", "Customers", and "Surveys".
"Surveys" Entity has field "Score" that contain decimal score of Survey Responses.
On "Customer" entity I print a chart with avg score of customer Surveys:
test_C_1 is a Company name
test_B_1 is a Customers name
test_A_1 is a Survey name
But I need the same table + avr chart on the Company entity. I successfully join the table, but I can`t filter the table for the current (selected) Company. I get the all results and the chart give me the wrong AVR score. My wish is to get all "customers with all Surveys" that are related to the current Company. What is the best method to clear the table from redundant information?
P.S. I need this for Dynamics Versions 7.0 and for the latest version 8.2.
Thank You very much!