Apply slicers to val


New to Analytica 5.2

This is a helper function that may sometimes come in handy when writing your own annotation functions for use in OnGraphDraw.

Apply_slicers_to_val( info, val )

Uses the current slicer settings to slice «val» to the value selected by the slicers of a graph. If any slicers are set to «Totals», it sums over those.

Called from within OnGraphDraw attribute expression. «info» is the local variable by that name supplied to OnGraphDraw.

Library

To use this function ,you must add the OnGraphDraw annotations.ana library to your model.

Use File → Add Library... to add this library.

See Also

Comments


You are not allowed to post comments.