Personalizing web intelligence with prompts ..

Hello,
i am trying to schedule a publication of a Web Intelligence Document. This document uses a prompt. I personalized data for 2 users example 'John' and 'Larry' with values 'California' and 'Texas'. The document is saved with parameter value 'California' (not removable). The Option "Refresh at run Time" is set ..
Issue: When runing publication. John becomes personalyzed data for california. LArry bvecomes empty report. Any suggestions ..? Thanx .

Getting data from another query is not an option with the BICS based webi.Also unfortunately there is no good way to have a custom cascading prompt if the hierarchies are not available in Bex. Here is a link to the idea place to have this functionality in a future release https://ideas.sap.com/ct/ct_a_view_idea.bix?c=7732DE74-E9A6-4736-AEE0-6181E5BB5F5E&idea_id=EE6432C0-BC6C-47E6-BB04-C095B3C398B8 However if performance is not an issue and you need this functionality you might also want to look at MDX based OLAP universe using the old UDT tool which is still available with BI 4.0 . That will allow the custom cascading prompt  to be created on the universe.

Similar Messages

  • How to schedule Webi Documents with Prompts with RESTful Web Services

    Hello,
    I am trying to schedule Webi Documents with Prompts using RESTful Web Services with prompts. I am using Simple Rest Client app provided by Google Chrome. We have Business Objects SP6 Patch 1.
    However the documentation for RESTful Web Services has only examples for the following
    1. Schedule Documents without any Prompts to various destinations and recurrences.
    2. Refresh Documents with Prompts.
    Is there any example for scheduling documents with prompts? Please advise
    Thanks in advance

    Hi Peter,
    With Rest Client, on BI4.0 SP6, you can schedule Webi documents with prompts using the following:
    URL: http://<servername>:6405/biprws/raylight/v1/documents/<docid>/schedules
    Method:POST
    Request Body:
    <schedule>
    <name>Enter values for City:</name>
    <format type="webi"/>
    <destination>
    <inbox/>
    </destination>
    <once retriesAllowed="2" retryIntervalInSeconds="60">
    <startdate>2013-08-26T15:58:51.000+02:00</startdate>
    <enddate>2013-08-27T15:58:51.000+02:00</enddate>
    </once>
    <parameters>
    <parameter optional="false" type="prompt" dpId="DP0">
    <id>0</id>
    <technicalName>Enter values for City:</technicalName>
    <answer constrained="false" type="Text">
    <values>
    <value>Austin</value>
    </values>
    </answer>
    </parameter>
    </parameters>
    </schedule>
    Using the above request you can schedule the Webi document with prompts to inbox destination  and set for once.
    The schedule can be sent in different formats to several destinations and set just for once, daily,
    hourly or monthly.
    You can also check the example for this on page 275 of SAP Webi RESTful SDK user guide for BI4.0 SP6 below:
    http://help.sap.com/businessobject/product_guides/boexir4/en/xi4sp6_webi_restful_ws_en.pdf
    Regards,
    Swati
    Message was edited by: Swati Ikhe

  • Web Intelligence Cascading Prompts

    Hi all,
    I have a question about Web Intelligence, I am building a webi query over the top of a Bex query, so using a BICS connection. The customer wants to user cascading Query prompts, so basically if the user selects Italy as a country only the products sold in Italy will be displayed as possible selections in a product query prompt. Does anyone know how to do this? I have looked at the ‘Result from another Query’ option where we could have chained two queries together, however this option is not available in a BICS connection.
    Any help is gratefully appreciated.
    Thanks
    Dave

    Getting data from another query is not an option with the BICS based webi.Also unfortunately there is no good way to have a custom cascading prompt if the hierarchies are not available in Bex. Here is a link to the idea place to have this functionality in a future release https://ideas.sap.com/ct/ct_a_view_idea.bix?c=7732DE74-E9A6-4736-AEE0-6181E5BB5F5E&idea_id=EE6432C0-BC6C-47E6-BB04-C095B3C398B8 However if performance is not an issue and you need this functionality you might also want to look at MDX based OLAP universe using the old UDT tool which is still available with BI 4.0 . That will allow the custom cascading prompt  to be created on the universe.

  • Script to schedule webi report with prompts

    Dear experts,
    I need to schedule about 300 reports to run on a monthly basis. Those reports have to prompts to be filled: year and month.
    How can I schedule it and fill the prompts automatically? I thought of scheduling a script that would run those reports but I'm not able to find a script that fills the prompts.
    Can you help me?
    Thanks!
    Inê

    What version of BOE are you on? In any case, you'd need to use the ReportEngine SDK. You might be better off posting this to the appropriate  Business Intelligence SDK  forum.

  • SAP BO 4.1 Webi report sample with prompts to try Restful api

    I was not able to find, in the report demo samples available in the SAP BO 4.1 installation, a Webi report with prompts.
    I found many Webi reports samples but all are without prompts.
    I need at least one Webi report sample with prompts to try the Restful API http://localhost:6405/biprws/raylight/v1/documents/7090/parameters and http://localhost:6405/biprws/raylight/v1/documents/7090/schedules with parameters body.
    Where can I found such webi sample?
    Thanks,
    Riccardo

    As you have BI 4.1 installed, you could design a sample webi report using Webi Rich Client tool.
    Open Webi rich client, select the sample eFashion universe drag few objects in the query and a filter. Set the filter as a prompt and save the report to Enterprise.
    Now you could now use this sample report for your handson on REST SDK.
    -Bhushan

  • Scheduling Webi with Prompts

    Hello,
    I am trying to schedule a Webi report with Prompts through the .NET sdk.  I get the report, set the prompts and then schedule the report.  Unfortunately when i look at the report in InfoView it is not filtered by the parameters.  They show up as instance parameters, but don't seem to have any effect on the report.  When i run the report in InfoView and set the prompts to the same values the report comes out correctly.  I have read several places that I need to Refresh the report, but I don't see any methods that would allow me to do that.  My code is below.  Any help would greatly be appreciated.
    Thanks!
    Pat
    var query = string.Format(@"SELECT SI_ID, SI_NAME, SI_PROCESSINFO FROM CI_INFOOBJECTS WHERE SI_ID=''", reportId);
    infoObjects = _infoStore.Query(query);
    var infoObject = (Webi)infoObjects[1];
    var schedulingInfo = infoObject.SchedulingInfo;
    schedulingInfo.Type = CeScheduleType.ceScheduleTypeOnce;
    schedulingInfo.RightNow = true;
    var formatOptions = infoObject.WebiFormatOptions;
    formatOptions.Format = CeWebiFormat.ceWebiFormatPDF;
    if(infoObject.HasPrompts)
            var prompts = infoObject.Prompts
            for (var i = 0; i < prompts.Count; i++)
                 prompt<i>.Values.Clear();
                 prompt<i>.Values.Add(value);
    _infoStore.Schedule(infoObjects);

    Open WebI using ReportEngine.NET, Refresh, set the prompts, then copy the prompts over to the InfoObject using ReportParameterUtility.PopulateWebiPrompts, then schedule the InfoObject.
    [NET-CS2005_Enterprise_BE12_Schedule_Multi-Value-Parameter-Webi|http://www.sdn.sap.com/irj/scn/index;jsessionid=%28J2EE3417500%29ID1375977850DB21110242120609333586End?rid=/library/uuid/20c5615a-4353-2c10-5986-958a7e074cd3]
    Sincerely,
    Ted Ueda

  • Changing Webi Report Data Provider With Prompt

    Hi All,
    I am trying to change Data Source of a Webi Report using RESTful Web Services. Fo this I have referred code on Changing Dataproviders for a Webi Report using RESTful Web Services Post.
    I am able to change data source for Webi Reports without Prompts but it is not working for Webi Reports with Prompts.
    Can anybody help me??
    Thanks & Regards
    Swapnil Kulkarni

    Hello Swapnil,
    In order to perform a change data source, you have to answer the prompts (like in the regular Webi UI). In this kind of case, RESTful webservice will send back the list of parameters needed after you submitted your target mappings. Then, you have to answer prompts and send all the information (mappings + prompts answers).
    Does it make sense?
    Best regards,
    Anthony

  • What sql is run In Webi with prompt while refresh data

    In inforview, create a Webi Document with prompt.
    prompt's proverty is "Prompt with List of values" and "Keep last values selected"
    while click "Refresh Data",  sometimes it may take long time until prompt appear.
    Are there any SQLs  running during the process from clicking "Refresh Data" to prompt 's appear?
    whether the sqls are to get  the prompt's value list or others else?

    Junchuan,
    Yes an SQL is ran to generate the list for the prompt.  Most likely the SQL is a "select distinct" on the value.  The amount of time for this to complete depends on the number of rows that must be read before a distinct list can be obtained, the number of other users accessing the database at the same time, and the load on the application server.  There are a couple of stragegies for speeding up the "select distinct" process, to include the use of a lookup table to the column so that the "select distinct" goes against a smaller data set (the lookup table) versus the production table.
    Thanks,
    John

  • Different values between Rich Client and Web Intelligence

    Hi all,
    our landscape is BO Edge 4.1 SP2 Patch 5
    we just create a report in Web Intelligence with a query bics from BW
    We discovered that sometimes the report retrives fake values from BW: the same report refreshed in Rich Client shows correct values.
    BW data are frozen (updated only once a day)
    We tried to:
    - save report with Rich Client and published it in the public folder (but Web Intelligence still shows wrong data)
    - upgrade Java Virtuale Machine to the latest release
    - looking for system and BO log without any clue
    - looking for SAP note (some info only related to BI 3.1)
    Workaround: issue disappear only restarting BO SIA
    Can you help us?
    Any idea?
    Regards.

    Have you seen Web Intelligence and Oracle Java Runtime Environment Known Issues
    There is a wiki inside the blog
    I wonder too if you might get a faster, better response in the Web Intelligence space

  • BO 4.0 Web Intelligence, Error: Column Chart shows not the whole data

    Hello,
    I want to create a case study in BusinessObjetcs 4.0 (Web Intelligence) with a column chart.
    Year is the Category Axis and Revenue is the Value Axis.
    Unfortunately the resulting chart shows only the year 2008.
    If I choose Month as Regional Color the chart shows all years (2008-2011).
    What I do wrong? Or is this a bug?
    Thank you!
    Best regards,
    Wladimir

    Hi again,
    What I think is that there simply isn't data in the report other than the 2008,
    or at least the combination of the section master/year only has 2008 data.
    If that is not what you expect and there should be more data, also when looking specifically at the values for just this section,
    then you could check if you may be have incomplete query results. Standard they will be limited to 5000 rows, unless your universe designer decides otherwise.
    Check the number of rows returned (free cell with query details),
    if it is 5000 (or any other nice round figure) have a chat with the universe designer.
    Good luck,
    Marianne

  • Bellsouth Personal Web Pages

    Hi all,
    I played with iWeb for the first time last week when I had some time off work. I do not have .mac so I have to publish via FTP, which is acceptable, although admittedly it would be nice if Apple included built-in publishing to other than .mac sites.
    I published a photo page to my church web site (I am the webmaster) with no problem, and everyone is impressed. I created a quick test personal web site with several pages and published to my Bellsouth personal web pages (I am a Bellsouth DSL customer). Via the FTP client (PW FTP X), everything appears to be there with the correct folder structure, but when I browse to any page, all I get is a blank white screen. Just for a test I tried publishing the exact same personal site and pages to my AOL Members Web Space (we use AOL for Email) also using PW FTP X and once I got it all up there (a chore in itself on a Mac) everything worked beautifully. Anyone know what gives with Bellsouth? I have had an Email request in to their tech support for a few days, but have not heard anything back. I would really rather use Bellsouth for my personal site since AOL doesn't fully support FTP from a Mac.
    Thanks.
    Steve

    Actually, even the Fetch documentation highlights the problems with AOL in that you either have to use Dial-up or OS9 to FTP to their space. See:
    http://fetchsoftworks.com/Support/faq5.html#HowConnectAOLFTP
    There is a better workaround but it involves reconfiguring your network connections via UNIX terminal commands, which is what I did. See:
    http://members.aol.com/adamkb/aol/ftp/macosx.html
    It seems to me it would be possible to taylor an FTP client (or even iWeb itself!) to handle the above for AOL.
    I will give some thought to listing my URL(s), although I'm not thrilled with the idea of publicly identifying my personal family web space here. I just thought somebody who had dealt with Bellsouth might know of an answer. I have noted that iWeb does generate Java scripts, but Bellsouth's on-line documentation says Java scripts are supported.
    Steve

  • Problem with date format when ask prompt web-intelligence

    Bo XIR2 with 5 SP. Instaled on Windows 2003 with support Russian.
    Inside BO every labels, buttons - use russian. But when invoke web-report and Prompt appear there is problem with date format.
    Looks like korean format of date 'jj.nn.aaa H:mm:ss'.  I see system settings of date in Win .. everything right
    What i have to do?
    Where i can change format date for bo?

    GK, try this...
    decode(instr(packagename.functionname(param1 ,param2),'2400'), 0, to_date(to_char(to_date(rtrim(packagename.functionname(param1 ,param2),'(PT)'), 'Month dd, yyyy "at" hh24mi'),'mm/dd/yyyy hh24mi'),'mm/dd/yyyy hh24mi'),
                                                                      to_date(to_char(to_date(rtrim(packagename.functionname(param1 ,param2),'(PT)'), 'Month dd, yyyy "at" "2400"')+1,'mm/dd/yyyy "0000"'),'mm/dd/yyyy "0000"'))-Marilyn

  • Problem with a Bex Query Report with Web Intelligence

    Hello!
    I have a Bex query (with query Bex version 7.0) I'm connecting with Web Intelligence (4.0) but one of the attributes instead of displaying the description shows only the key, and it is strange because other cubes if given by the conversion.
    I wonder if there is a solution for this or if it is a problem of version 4.0 of Web Intelligence.
    I await your response,
    Greetings!

    Hi,
    Whereabouts in the application are you seing this problem?  (in the query panel conditions, in the prompt list of values, or in the table block? )
    also, what do you mean by "and it is strange because other cubes if given by the conversion" ?
    it's worth noting that the "key and text display properties" in the Bex Query Designer do not influence webi.  WebI consumes the global infoobject property from BW RSH1.
    Regards,
    H
    p.s. if you need to understand which features are or are not supported with BI 4.0 tools, please look here: http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d056e1bc-2794-2e10-959e-8779c5623cc5

  • How to use LOV on a derived table dependent on a prompt for Webi web intelligence view.

    The semantic layer has not created a defined LOV for the derived table.   This only happens when pulling columns from derived table which depends on a prompt for unique selection.  When pulling from derived table that does not depend on a date prompt does not have an issue in Webi.
    I don't know if this is a universe design issue or WEBI.
    Webi Rich internet application   selects the date prompt first but if click on Storeno in List it returns a LOV with auto refresh.
    Webi Web Intelligence returns  List of Values for current prompt requires values for following prompts:   and when you click to refresh  webi responds with 'undefined'

    Hi…
    Can you check Prompt : Store No is created at universe level and defined the syntax correctly
    @Prompt(1,2,3,4,5)  insert a prompts in SQL. When the user runs the query, the user is prompted to enter a value for a refresh each time.
    1 = 'Prompt Text Message'
    2 = 'Prompt Type'  (i.e. A,N,D,U)
    where A= Character, N= Number, D= Date, U= Unit.
    3 = 'Class Name/ Object Name'
    4 = 'Multi/ Mono'
    Multi means Multiple ( Example = 2004,2005,2011)
    Mono means Single ( Example = 2012)
    5 = Free/Constrain (Type value or select value in LOV/ Select Value)
    Example for creating a @prompt filter is below
    @Prompt('enter year','A','time period/year', Multi', Free)
    Pointer to a “List of Values” from an existing universe object. You invoke the target list of values by double-clicking on the object contain ing the list of values that you want to use in the "Classes and Objects" panel. This gives the Class name and the Object name, separate ed by a backslash. It must be enclosed in single quotes. For example: 'Client\Country'. When you are using “Index Awareness”, and you want to return the key values for an object,set the 5th value to primary_key
    • Hard-coded list of single values or value pairs. The values in a pair are separated by a colon. Each value is enclosed in single quotes. The pairs of values are separated by a comma. The whole list is enclosed in curly brackets. Set the constraint to primary_key
    http://www.businessobjectstips.com/tips/web-intelligence/prompt-functions-the-next-step-optional-prompts/

  • Scheduling in Webi Reports with Changing Prompts.

    Hi Experts,
    I have a Webi report which is on top of 2 BEx queries connected through BICS. The Webi report has more than 4 crore records which makes it difficult to load each time when I refresh. I need to schedule this report so that the user can view the report based on the last instance.
    The report has 3 prompts namely Plant, Material and As of Date.
    The user uses only Plant and As Of Date. There are only two plants for example A and B. The user needs to run the report for each plant separately for all the days.
    Suppose today is 03/07/2013.
    The user will run the report with Plant A and As of Date: 03/07/2013 and second time with Plant B and As of Date: 03/07/2013.
    Next today is 04/07/2013.
    The user will run the report with Plant A and As of Date: 4/07/2013 and second time with Plant B and As of Date: 4/07/2013.
    I need your expert opinion in achieving this while scheduling. Hope you understood the scenario and will be helping me out in this.
    Thanks in Advance,
    Abdul

    Hello experts,
    I am very interested in this topic, as I have the exact same requirement as Abdul:
    Daily scheduling of Webi reports, based on BEx queries and connected through BICS. Done on BO4.
    I followed Aashutosh's link above, and i read something very interesting on page 3:
    Current Options Using Standard Functionality
    Until BusinessObjects 4.0 is released, it is not possible to use BEx variables (which will be made available by
    the BICS connector) or the last load date variable. This makes it impossible to automate the scheduling of
    Web Intelligence queries filtered by dynamic dates or time-slices (for example, yesterday, last week) using
    standard functionality. "
    Is this already functioning on BO4/Bex? Do you have an idea of how to implement it?
    Thank you!
    Best regards,
    Francisco

Maybe you are looking for

  • My ipod touch 5 wont turn on

    My ipod touch 5th generation with IOS 8.1 has a cracked screen and its been cracked for over 2 months and it was at 50% last i saw it and i was using it and i put it down for 10 minutes and then when i picked it up it wouldn't turn on. i held down th

  • Where to download SDK 1.4.2_02?

    Hi I believe "i have tomatos on my eyes", but i can't find any ressource where to download exactly SDK 1.4.2_02 for Windows? Please heeeelp! Thanx a lot Michael

  • Illustrator CC Crashes no matter what I do

    Trying to open a file, save a new workspace, enter the preferences dialog. Here is my most recent crash log. Any ideas? Process:         Adobe Illustrator [496] Path:            /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/MacOS/

  • Safari is not happy and iphoto not working now

    I have a mac mini OSX 10.9.2  2.3 ghz intel core iS   8GB memory          I intstalled maverick a couple months back, and life has never been the same since. things were just slower, at first, and I can live with that. But it latest weeks Safari has

  • Transferring MS office to a new macbook pro.

    I am trying to transfer MS office 2010 from an old macbook pro to a new one.  on starting the apps it asks for a product key. when i enter the key from the original office 2004 disks,  it does not work.  Any ideas on how to get the apps to work.