Hi,
I have Demand and Supply issues types with some custom fields in there. I am trying to calculate the difference between Dates from Demand ticket to Supply ticket.
Could somebody help me with the calculation where I can get the Supply ticket linked to Demand one and then get the Dates to calculate difference?
I am trying something like this:
IIf(
([Measures].[Issue type] = ‘Supply’ AND
[Measures].[Issue Key] = [Measures].[Issue Links of issue]),
[Measures].[Issue CV received date],
0)
Regards,
Neetu