You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to add "shared code" text field to computed fields UI?
Motive
The idea is "Shared code" will be prepended to each expression:
Formula
Cell computed CSS
Rows computed filter
Rows computed CSS
It will make it much easier to maintain the table since there will be one place to update the repeated code ( variables, columns titles, functions and so on).
Sample use case
Suppose we have the following expression in each computed field:
Would it be possible to add "shared code" text field to computed fields UI?
Motive
The idea is "Shared code" will be prepended to each expression:
It will make it much easier to maintain the table since there will be one place to update the repeated code ( variables, columns titles, functions and so on).
Sample use case
Suppose we have the following expression in each computed field:
If we want to update the colors, we need to update all the computed fields.
It is time consuming and error prone :(
However with the shared code feature, we can write in the shared code:
And in each computed field:
Now it is much easier to change the colors as we need to update the code in one place :)
The text was updated successfully, but these errors were encountered: