UI3 full screen not working in iframe - can I default UI3 to full screen instead?

CedarTree

Getting the hang of it
Joined
Feb 12, 2020
Messages
100
Reaction score
16
See subject line above please. Thanks!
 

TonyR

IPCT Contributor
Joined
Jul 15, 2014
Messages
16,811
Reaction score
39,123
Location
Alabama
See subject line above please. Thanks!
Try this:
Code:
http://BI-Server-IP:BI-Server-Port/ui3.htm?group=groupname&maximize=1
If you want to have user and password as part of URL, try this below. Just insure that in BI "settings" => " Web server" => "advanced" that "use secure session keys and login page" is NOT checked:
Code:
http://BI-Server-IP:BI-Server-Port/ui3.htm?group=groupname&maximize=1&user=username&pw=password
FWIW, these can be found in UI3's built-in Help" at the 3 dots upper right corner, then "Help" => "More Topics" => "URL Parameters".
 
Top