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

output-as-text: add option to select output based on 'linked' print array entries #203

Open
ChHaeni opened this issue Oct 7, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@ChHaeni
Copy link
Collaborator

ChHaeni commented Oct 7, 2020

At the moment, evaluation of the code say "\nFluxSummaryLivestock (Details)=\n", output-as-text($model, $output, 'de', 'FluxSummaryLivestock,TANFlux', True); will provide output from variables with a print array entry FluxSummaryLivestock OR TANFlux.
Please add the option to provide output only from variables with a print array entry FluxSummaryLivestock AND TANFlux. E.g. as follows:
say "\nFluxSummaryLivestock (Details)=\n", output-as-text($model, $output, 'de', 'FluxSummaryLivestock & TANFlux', True);

@zaucker zaucker added the enhancement New feature or request label Dec 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants