C CedarTree Getting the hang of it Feb 12, 2020 115 16 Apr 20, 2023 #1 See subject line above please. Thanks!
TonyR IPCT Contributor IPCT+ Member Jul 15, 2014 20,320 48,114 Alabama Apr 20, 2023 #2 CedarTree said: See subject line above please. Thanks! Click to expand... 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".
CedarTree said: See subject line above please. Thanks! Click to expand... 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".