Apply slicers to val

Revision as of 20:13, 19 March 2019 by Lchrisman (talk | contribs) (Created page with "category:OnGraphDraw annotations library functions ''New to Analytica 5.2'' This is a helper function that may sometimes come in handy when writing your own annotati...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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.