One property called Sum is already being used in a declare expression,can we reuse the same property in some other declarative rule?

One property called Sum is already being used in a declare expression,can we reuse the same property in some other declarative rule?

Hi @TanyaS58,

Yes we can re-use the same property. And This process is known as Declarative Network.

Regards,

Prasad.

@TanyaS58 - If the property sum rule is not holding any declare expression rule then we are safe to reuse it. If its having its own declare expression rule then the values or output for other declare expressions will be unexpected.

Thank you.

@Priyanka Boga please find the attachment of how its being used:

@TanyaS58 - We can use it but values dependent on sum property will be recalculated whenever the sum value is changed. It causes performance issue if such multiple properties are present on the screen. Based upon your requirement use it safely.

Thank you.