Hi All,
I have a report in which I have several fields, some of them are being retrieved directly from the Case Entity and others are "Calculated". After running the Report I realized that one field was not appearing, this field is being retrieved by:
1. Retrive all Appointments related to the Case
2. For all Appointments retrieved, select the one with the "Start Date" closer to the current date. This date will be showed in the report
The problem is that this Date is not being showed, so I would like to know which could be possible causes for this type of issues, as well as workarounds to fix it.
Thanks in advance!