# Scripting functions

Scripting functions can be used for operations on the visual, such as showing or hiding columns, filtering data for a particular period, or setting a layout.

<table data-full-width="true"><thead><tr><th width="317">NAME</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td><a href="/pages/SAoGr3wD5EEJOHqLN2BY">DISPLAYTOAST</a></td><td>Displays custom text as a toast message</td></tr><tr><td><a href="/pages/7MtdGOI9JlYO4KxDjXvm">EXPORT</a></td><td>Creates PDF, Excel exports, or copies to clipboard</td></tr><tr><td><a href="/pages/V0xV6W1yB3U9qZwFLfGZ">LAYOUT</a></td><td>Layout functions can be used to set the layout, set a theme, enable/disable rails, or expand the hierarchy to a particular level.</td></tr><tr><td><a href="/pages/YIgXQrYRA52c0twvqK3j">OPENFILTER</a></td><td>Create Inforiver filters without requiring access to the toolbar</td></tr><tr><td><a href="/pages/SIP3SMpUPLhvndYWcqEO">OPENKPIEXPLORER</a></td><td>Open the KPI Explorer without requiring access to the toolbar</td></tr><tr><td><a href="/pages/TAWlONnvwaar6YOJraP8">OPENMANAGECOLUMN</a></td><td>Manage fields in reports, without requiring access to the toolbar</td></tr><tr><td><a href="/pages/S6nDiwQ71VlSoIZ2bq4F">OPENSEARCH</a></td><td>Open the Search interface without requiring access to the toolbar</td></tr><tr><td><a href="/pages/SqPi0i52ojnxaX9qI0O1">OPENTOPN</a></td><td>Open the TopN interface without requiring access to the toolbar</td></tr><tr><td><a href="/pages/Nd7G1UjSEromkWaNW0Ty">SETCFRULE</a></td><td>Enable or disable conditional formatting rules</td></tr><tr><td><a href="/pages/h765LV18iKkB2cbqctdo">SETFILTER</a></td><td>Apply or remove filters on the data</td></tr><tr><td><a href="/pages/URDD3JaVAww0sQi8nHo3">SETFILTERBYINDEX</a></td><td>Apply or remove filters based on the index of the filter</td></tr><tr><td><a href="/pages/mAmKkip5NaqjJxcdhys3">SETVISIBILITY</a></td><td>Show or hide rows, columns, and measures.</td></tr><tr><td><a href="/pages/zQ4Lo4DQcnMHwnt7wUMC">SHOWBETWEENPERIOD</a></td><td>Displays the data between the specified time frames</td></tr><tr><td><a href="/pages/ivlyjmsAzDcnMYSRuqc1">SHOWCLOSEDFORECAST</a></td><td>Display forecasts for previous periods</td></tr><tr><td><a href="/pages/SuZO7gbG5wTP2nABsXdi">TOPN</a></td><td>Rank your data based on a category for a particular measure</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.inforiver.com/formula-syntax/scripting-functions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
