Skip to main content

Posts

Showing posts with the label Report

How to Create an Automatic Table of Contents in Microsoft Word

How to Create an Automatic Table of Contents in Microsoft Word Creating a professional Table of Contents (TOC) manually is a tedious and error-prone task. Every time you edit your document, you have to update page numbers and section titles by hand. Fortunately, Microsoft Word can automate this entire process, generating a clean, accurate, and updateable TOC with just a few clicks. This guide will show you how to use Word's built-in Styles to create an automatic Table of Contents that dynamically updates as your document changes. Step 1: Apply Heading Styles to Your Document The magic behind an automatic TOC is Word's   Styles   feature. You must first tell Word which parts of your text are titles and subtitles. Open your document   in Microsoft Word. Select a main section title   (e.g., "Introduction," "API Documentation," "Authentication"). On the   Home   tab in the ribbon, locate the   Styles   gallery. Click   Heading 1 . This style is t...

How to open BIP report inside Siebel Applet

0: Overview Sometime as per the requirements you need to display 3rd party web page inside Siebel to achieve that there are two simple steps which are described here in details. 1: Prepare BIP Report URL In this post requirement is to show Oracle BI Publisher report inside Siebel Applet with report filters. 1.1. First Oracle BIP Developer will create report and share report link and important thing here is to ask BIP Developer to share the link without BIP Header page shown in below image. And link will look like this (Removed default filter details as they will auto set when report will open) : http://BIPServer:PORT/xmlpserver/FOLDER/REPORT_NAME.xdo?_xpf=&_xpt=0&_xdo=%FOLDER_PATH%2FREPORT_NAME.xdo&_xmode=2&_xt=REPORT_TITLE&_xf=pdf&_xana=view&_xautorun=false 1.2. Now simply divide this URL into input parameters so that we can configure this URL into Siebel Application. "&" is the key from where you can determine the parameter name and their val...