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

CedarTree

Getting the hang of it
Feb 12, 2020
115
16
See subject line above please. Thanks!
 
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".