Skip to Content

mvSQL Runtime Function - PAGE()

Summary

Page() provides access to the interactive user's current context. You can determine which page they are using to run the data object or run the conditional formatting rule.

Syntax

PAGE()

Returns

Returns a quoted string with the page id that is in the top level page

Remarks

New in Vinyl 3.1, valid values for the Page function are Page(), Page('FrameId'), Page('WindowId'). Page ('WindowId') allows you to keep state between tabs. Every tab open in a browser gets a different WindowId value.

The PAGE() function always returns a quoted string.