Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Formulas can't use alias from the same sheet for calculations in one run #7

Open
elosha opened this issue Feb 12, 2022 · 0 comments
Open

Comments

@elosha
Copy link

elosha commented Feb 12, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant