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
I often like to create a table in which the values of a certain quantity are in one column (don by using the #val output control) and the unit in the next column.
It would be nice to have a #unit output control to ensure the units are correct.
Example:
L = 5m
#val
L
#unit
L
#equ
would give as output:
L = 5m
5
m
The text was updated successfully, but these errors were encountered:
Hi! It would be probably simpler to just add the units as text in the other column. That is what I do. It is not very likely to change them afterwards.
Hi,
I often like to create a table in which the values of a certain quantity are in one column (don by using the #val output control) and the unit in the next column.
It would be nice to have a #unit output control to ensure the units are correct.
Example:
L = 5m
#val
L
#unit
L
#equ
would give as output:
L = 5m
5
m
The text was updated successfully, but these errors were encountered: