REFRESHOLAPMETADATA
This function refreshes the OLAP metadata cache. Typically the function is used, within an action, after an Application Engine process has run. For example, if a report contains a list of data connections and their OLAP cubes then that list is not updated if an Application Engine process adds or deletes a cube. The list is updated when the OLAP metadata cache is refreshed.
Syntax
=REFRESHOLAPMETADATA("data_connection")
The function returns TRUE if the data connection exists.
Example
=REFRESHOLAPMETADATA("globalvariables.gv_connection")