Limit view to device

Is there a user setting or security filter to limit a particular view to a device? I want to limit a specific dashboard to only if viewed on desktop / browser.

Solved Solved
0 3 124
  • UX
1 ACCEPTED SOLUTION

@Tom_automated

CONTEXT("Host") = "Device"
CONTEXT("Host") = "Browser"

You can use them with the Show_If condition of the UX.

View solution in original post

3 REPLIES 3

@Tom_automated

CONTEXT("Host") = "Device"
CONTEXT("Host") = "Browser"

You can use them with the Show_If condition of the UX.

Thanks. Is there a reference list of all the different CONTEXT() options available somewhere?

@Tom_automated
Here it’s. You can always refer to https://help.appsheet.com/en/ for documentation.

Top Labels in this Space