Hello,
Related to this dicussion:
I am getting the data from the calculated Itmes:
In one case I am calculating the Items:
1. if service is upand running, I am able to calculate perfectly.
Result = calculatedItem1+calculatedItem2
But when some cases, service is down case:
calculatedItem2 getting the error like NOT supported exception, how can skip this case, as like nodata.
I should be able to add case this.
I have tried using the calculatedItem1 + nodata("calculatedItem2",60), did not work.
can anyone guide me?
Related to this dicussion:
I am getting the data from the calculated Itmes:
In one case I am calculating the Items:
1. if service is upand running, I am able to calculate perfectly.
Result = calculatedItem1+calculatedItem2
But when some cases, service is down case:
calculatedItem2 getting the error like NOT supported exception, how can skip this case, as like nodata.
I should be able to add case this.
I have tried using the calculatedItem1 + nodata("calculatedItem2",60), did not work.
can anyone guide me?
Comment