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
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 FluxSummaryLivestockORTANFlux.
Please add the option to provide output only from variables with a print array entry FluxSummaryLivestockANDTANFlux. E.g. as follows: say "\nFluxSummaryLivestock (Details)=\n", output-as-text($model, $output, 'de', 'FluxSummaryLivestock & TANFlux', True);
The text was updated successfully, but these errors were encountered:
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 entryFluxSummaryLivestock
ORTANFlux
.Please add the option to provide output only from variables with a print array entry
FluxSummaryLivestock
ANDTANFlux
. E.g. as follows:say "\nFluxSummaryLivestock (Details)=\n", output-as-text($model, $output, 'de', 'FluxSummaryLivestock & TANFlux', True);
The text was updated successfully, but these errors were encountered: