Uncover Field Calculation Logic From an SSRS Dataset

This is more of an SSRS question that is tangentially related to the [Erp.NonConf] table.

I’ve been tasked with developing a more detailed report solution for our Quality manager that will include similar calculated fields like those found in the “Non-Conformance Analysis” report.

My goal at this point is to crack open the dataset for that out-of-the-box report and see how the Epicor developers structured the logic behind these calculated fields in order to apply the same data points to the newly developed report.

My problem is that I can’t seem to get at the details of the calculation. I can see the query in the dataset, but not the logic behind the specific calculated fields.

Here’s a depiction of where I’m currently looking:

Our environment is SQL Server 2014 and I am using Report Builder to look at the structure of the RDLs.

Does anyone have experience with this who might be able to assist?

Thank you.

This is fine internally in Epicor not in ssrs. You need the sdk for this

Thank for the explanation, José. I appreciate it.