Saving expressions on Tulip

Hi, I was wondering if we can have a feature to store an expression in the analytics in the form of a variable, it becomes simpler to use the variable into another expression.

Example:

sum(a+b+ link(c,d)) can be stored in a variable can v1 and then I can use this v1 into another expression in analytics easily and assign it a variable too. say, v2.

v2= v1/sum(d+a)

I know we can do this inside the application very easily, however, it also becomes simpler if we have this kind of feature in analytics for complex expressions.

From the picture, if I assign operation 24 as v1 and use directly v1 in operation 25 instead of retying or copying, it becomes easy.

1 Like