Create a visual traffic light visual by aggregations

hello,

im trying to do a transaction completion traffic light visual, for that im trying to make a DSL query which should give me the total number for success and failed transactions.

for example T1 includes 3 steps. A1,B1,C1, each step has a bit number which sum of all them gives a number. in that way i can knows what completes and what didn't.

example:

success -
A1=100, B1 = 10, C1 = 1 , the sum of them gives me 111.

fails
i give 0 (zero)

now if one of them less then 111 i know there was an issue.

some ideas how to visual this? and how can i DSL it?

thanks !

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.