How to make the left panel of a webi report always expand

Source: Internet
Author: User

The webi report has a left panel that can be expanded and shrunk. Previously I thought this was just a default value, but I didn't expect it to be controllable. Enter the following statement in querybuilder:

Select * From ci_systemobjects where si_id = 7440

You can view the si_id value in CMC. Then, view the property attribute interactive_editing_viewer_usr_profile under the Property bag of si_data. Cdz_view_leftpane = 1 controls whether to expand the left panel. cdz_view_leftpanesel controls which one is selected in the left panel. In this way, you can use the SDK to control

Ienterprisesession bosession = (ienterprisesession) session. getattribute ("enterprisesession"); <br/> iuserinfo userinfo = bosession. getuserinfo (); <br/> string prefnew = new string ("{cdz_view_standardpal = 0, priority = false, cdz_view_drillfgcolor =, priority = 0, priority = 1, cdz_qp_querypaneh = 150, cadenza_resultshowgrid = true, numbers = 1, numbers = 0, numbers = 250, cdz_view_showstatus = 1, numbers = userextensioncustompaniconab, numbers = disobj, cdz_view_reportpal = 0, numbers = constant, numbers =, rows = false, rows = true, rows = lowest, rows = 1, rows = 148.150.148, cdz_view_showdesc = true, rows = true, rows = 1, cadenza_resultsnaptogrid = true, cdz_view_ctxmenu = rclick, cadenza_measurementunit = pixels, cdz_view_appfmt = true, cdz_view_leftpanew = 202, cdz_view_formatpal = 1} "); <br/> userinfo. setprofilestring ("interactive_editing_viewer_usr_profile", prefnew ); 

The property bag of si_data does not need to be created here, but is automatically created after the set is complete.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.