Hi Everyone,
The following are the output details of one of the analytic view ZAN_VIEW1 details with respect to MTTF (Mean Time To Failure) where,
EQUNR - Equipment number, START_MALF_MNTH - Start of Malfunction Month, TIME_STAMP - Time stamp of Malfunction, TIMESTAMP_START - Equipment Start Date, AUSZT - Breakdown duration
In another calculation view, ZCV_VIEW2, I have collected the maximum of Time stamp of Start of Malfunction for the respective month. TIME_STAMP_1 (Maximum in an aggregation)
For MTTF for the respective months, that is from a calculation view ZCV_VIEW2, START_MALF_MNTH will be selected/ given for filter from the reporting and the maximum time stamp of that month is taken and I have passed to analytic view ZAN_VIEW1 and the condition are as follows, to get the breakdown duration AUSZT as follows,
For Example with 201507, the TIME_STAMP_1 is 2015-07-08 04:00:35.0
Then,
(Reduced a drill down to get the aggregated value with respect to the month in an analytic view)
Here, I could not get how to join in another calculation view on joining the time stamp column with a condition of less than the value with respect to analytic view and calculation view.
Please suggest on its feasibility.
MTTF = (Equipment Start up date/ time - Start of Malfunction Date/ time) - (AUSZT of past values except the start of malfunction date considered)
Best Regards,
Nachappa S