Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
I'm echoing values from another work sheet using the Include function. I want to show a variable equal to the original value but not evaluated to a number.
SYNC bus:=VAZ
I gather that I need to use symbolics. Can't find the right combination of modifiers.
Solved! Go to Solution.
This should help:
Next time better post the worksheet, not a couple of pdf's.
This should help:
Next time better post the worksheet, not a couple of pdf's.
Thank You! It works!
Related to the above issue. Attached are fragments of the work sheets in question.
I'm trying to show in the echo sheet the tad of programming for 50G3P and 50G4P in the PARENT work sheet and not the numerical result.
I tried symbolic explicit, ALL. That didn't work either.
The sheets you posted could never worked on your side, too. You included the wrong sheet in the 'Echo' sheet. You included the 'Echo' sheet itself instead of the 'Parent' sheet!
I also see no attempt of yours to symbolically evaluate the variables in question symbolically with the explicit modifier!?
The usefulness of the “explicit” modifier is quite limited, but in your case it can do what you want.
The reason why it didn't work for you is the numerical inline evaluation you used when defining the variables. The symbolic only ‘remembers’ the last one in the chain of assignment and evaluation and that is the numeric result with the corresponding unit at the end and the symbolics 'forgets' how this result was calculated:
The solution is to split the definition and output/display of the variables into separate regions.
Do so with '50G4P as well and then it also works with the symbolic evaluation in the ‘Echo’ sheet.
Thanks!