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 created a spreadsheet with some variables. Like:
WoodThickness | 20 mm
Then some formulas follow:
TopCoverHeight | =WoodThickness * 2
I then try to run "Set aliases" for the whole sheet, but AliasManager stops because it can't find the aliases from above. To me it seems it tries to define everything at once, instead of consecutively.
If run "Set aliases" for the first rows and then for the formula rows, it just works. Formulas can use the aliases above them for calculations.
FreeCAD 0.19-24366 (latest)
AliasManager latest
The text was updated successfully, but these errors were encountered:
I created a spreadsheet with some variables. Like:
Then some formulas follow:
I then try to run "Set aliases" for the whole sheet, but AliasManager stops because it can't find the aliases from above. To me it seems it tries to define everything at once, instead of consecutively.
If run "Set aliases" for the first rows and then for the formula rows, it just works. Formulas can use the aliases above them for calculations.
FreeCAD 0.19-24366 (latest)
AliasManager latest
The text was updated successfully, but these errors were encountered: