Report Prompt

Is there a limit as to the number of values in a prompt? We have a report that a user created and she's trying to prompt for an account. It seems that the number of values begins with A and ends somewhere in the Cs.

Hi,
i think it should be possible. Without testing I'll try to explain the big lines.
You create a dashboard prompt containing the values of the measures or something like '1 - measureA', '2 measureB', ...
You put the selected value of the prompt in a presentation variable.
Now on report level you create a RANK-column where you can work with a case statement like
this case when @{presentation_variable} = '1 - measure' then RANK(measureA)
else when @{presentation_variable} = '2 - measure' then RANK(measureB)
end
I think you can make it work this way. At least you can give it a try.
Hope it works.
Kr
A

Similar Messages

  • SAP BusinessObject Mobile WebI Report Prompt Issue

    Hi,
    I have problem to view the Prompt value in Long Text for WebI report in my iPad. The SAP BusinessObject Mobile application is on version 5.1.12.
    We are using BI Platform 4.1, and the WebI report is connected to Bex Query using BICS connection.
    Below are the settings that I had done:
    Setting of Characteristic in BW:
    Setting of Characteristic – ZBPARTNER in BEx Query Designer:
    Below are the report Prompt result in BI LaunchPad and BI Mobile:
    Example data:
    Business Partner ID 123 has description in Long Text (DO NOT USE - KOC ALLIANZ SIGORTA A.S) and Short Text (DO NOT USE - KOC).
    Business Partner (on top of ZBPARTNER) in WebI is showing Long Text as expected.
    For example, you can see the long text "DO NOT USE - KOC ALLIANZ SIGORTA A.S".
    Business Partner (on top of ZBPARTNER) in Mobile Apps is showing Short Text:
    For example, you can see the long text "DO NOT USE - KOC".
    I need the Prompt value is the BusinessObject Mobile to be display with Long Text, but I cannot find any configuration to achieve this.
    Is anyone encounter similar issue and can provide me some suggestion?
    Thank you in advance.
    Regards,
    Edison Wang

    Hi,
    Just like to follow up whether is there anyone encounter similar issue like above which can give me some advise?
    Thank you.
    Regards,
    Edison Wang

  • Report Prompt & User Response

    Hello All,
             Created a BOBJ Report from BEx query. I need to achieve the below tasks for the report.
             1. List of Values shows leading zeros on the Report Prompt, can we remove those leading zeros on the
                 report prompt ( BEx report doesnot show any leading zeros on the variable screen when running report)
             2. The Users need a set of selection values to be displayed on the report, For Ex: Material, Profit Center.
                 They want to see what they have selected at the prompt which was done using the User Reposne.
                  The question is they want to see the Key Value instead of the Text of the material, is this possible.
    Please look into and update with your valuable suggestions.
    Regards,
    Raj

    Hello Rohit,
            Thanks for your quick reply.
            I followed  your steps and created a variable for User Reposne and another variable with the where condition
            to populate the Material Key.
            But I am getting the following error as InList is looking for a list of values, not the User Reponse as the List Of Values.
            Error - Missing or bad operand in 'InList' expression at position 51. (WIS 10070)
           My Formula : =([L01 Material Key]) Where ([L01 Material] InList [vURMat])
           Where vURMat: =UserResponse("Material")
           L01 Material is the Material Desc.
           Please look into and let me know where I am going wrong.
    Regards,
    Raj

  • Single valued Report Prompt as start value- calculate the end value

    Hi all,
    I want to be able to create a report prompt (not a dashboard prompt) on a report.
    The prompt has to be a drop down list to select the 'Start Month'. In the report, I'd like to display *12* months starting from the 'Start Month' selected in the Prompt.
    So, if the value selected in the Prompt is March 2010, the report should display months from March 2010 to Feb 2011.
    PS: This report is not going to be on a dashboard. It will be an ad-hoc report in the Shared Folders for users.
    thanks!

    I think that clears it up then, yes? So the answer is, use a dashboard to share.
    Answers is great for individual use and, if the report doesn't require prompts, for sharing. But once you involve prompts, that's where you need the dashboard as the "palette" on which to "paint" your reports with prompts. Answers is a tool with its purpose, but so is the dashboard. Take advantage of the purpose of the tool and your life will be much easier!
    If that answers your question, mark answer as "correct" and close this thread. Thanks.

  • Is it possible to enter "Input Control" values on the report prompts screen? How?

    Our report users are used to enter their parameters on the prompt.
    I have created a new report on WEBI XI 3.1. and this report has some prompts and also input controls.
    That means, when the user wants to run the report they have to enter their parameters on the report prompt and then they have to navigate to the input control and select the values.
    That makes them feel like they are entering parameters twice for a report.
    Is there any way the initial value for an input control can be entered on a report prompt screen?
    So, the user enters the values of the prompt and the initial values of the input controls together only once at the prompt screen?

    Thank you very much for the confirmation Amit.
    Yes, I considered adding a prompt instead of an input control but this input control selects data based on a custom calculation performed in a variable at the report level. To create a prompt on the query I would have to make the calculation at the universe level.
    Anyway, it seems 'Input Control" may be a useful tool for our reports, so we decided to get our report users accustomed to the input control tool.
    Thanks again for the help.
    Francisco

  • History in report prompts

    We recently upgraded from 3.1 to 7.0.  In the report prompt on 3.1 each field would save the history of values entered into that field.  (i.e. if I typed 1000 in a plant prompt the next time I run the report it would remeber that I had typed 1000 and would suggest it as a possible value for this run.)  The report prompt in 7.0 does not seem to offer this.  Does anyone know how to turn this feature on for a 7.0 report prompt?
    Thanks,
    Chris

    Hello Chris,  
    Have a look at this for your problem, it may give you some hints
    OSS 940174 : F4 - Checking historical values in pers. worklist
    OSS 1137466 : Variable personalization is lost / missing
    Thanks
    [Chandran|http://chandranonline.blogspot.com/]

  • WebI Report Prompt

    Hi All,
    I am trying to create a report prompt where a user selects a date prior to opening the report. The user selection then sets a variable that I plan to use in a formula. I do not want to use the user selected field as a filter to the report. For example, I have a date prompt. The user selects '1/1/2011' and it is set in the 'MaxReportDate' variable within the report. I then use the 'MaxReportDate' in a MaxPrice formula:
    MaxPrice = Price where ReportDate = MaxReportDate.
    Is this functionality possible in Web Intelligence? Please help!

    hi,
    If you have access to Designer (Universe), please follow the below steps.
    1) Create an Object named MaxReportDate
        Definition : @prompt('Enter MaxReportDate','D',,mono,free)
        Click Tables > Specify relevant table (i.e. table from which you are using other objects)
        click ok
    Please include this new object in your WEBI Query panel as well.
    Now your formula will work as last one MaxReportDate will be direct object instead of variable.
    MaxPrice = Price where ReportDate = MaxReportDate.
    Regards,
    Vamsee

  • Crystal Report prompts for username / pwd when deployed to Bus Obj Server

    Hi All,
    I'm relatively new to Crystal Reports development.  My day job is test analyst.  I'm reasonably technically proficient.
    PROBLEM
    I have created a number of Crytsal Reports which have now been deployed to an Enterprise Business Objects Report Server.  The Server is Business Objects Server XI release 2.
    When I run the report in Crystal Reports Desiger 2008 it does not prompt me to enter the database credentials except if I have modified the SQL command or some other report detail.  Most times I run the report, no database username / pwd is required because I already set this up in the datasource config.
    I' connecting to an Oracle database using ODBC (RDO) connection type.  I cannot get the ODBC (RDO) connection type working from my PC using Crystal Reports Designer 2008, because I don't have ODBC configured for my datasource.  Instead, Im using the native Oracle Server driver to connect to my datasource.
    An existing user in the client organisation configured my report to use the ODBC (RDO) conneciton type for me because the Business Objects Server in the client organisation does not (currently) support the native Oracle driver.  Other reports this user has created and deployed using the ODBC conenction type run successfully without prompting user to enter the database connection credentials.
    NOTE:
    This report users an SQL Command (new to Crystal 2008 I beleive?).  The command is reqiured for this report due to the complexity of the underlying SQL query.
    Does anybody know why the report keeps prompting me to enter the database credentials at runtime?  Obviously for security reasons I don't want report users to have to enter the database schema name and password in order to run the report.

    Hi,
    You need to uncheck "Propmt the user for database logon when viewing". You will find this when you deploy the report on the BOE XI R2.
    The deployment step main heading is
    Specify Databse Crendentials.
    Hope this helps,
    Thanks
    -Azhar

  • Web Analysis Report prompted for relational database login

    We have given access to the WA reports and everything works fine in general. One of the user trying to open same report(s) document(s) via Workspace and its getting prompted with relational database login? I have verified for the access and everything seems to be fine.
    I do not know the reason for this. Can anyone help me? Thanks.

    From the forums, i got the below MAXL commands to sync the user access :
    alter system resync sss; --> this command will sync all the users, groups.
    alter group <group name> sync security with all application; --> This can be used to individually sync the required group
    alter user <user name> sync security with all application; --> This can be used to individually sync the required user
    Will check it up with user on any change in her access.
    Thanks,
    Praveen.

  • Preview and print a Crystal report prompted for the sa password

    Dear All,
    Our customer has Crystal report add-on to be installed. When we Preview and print a Crystal report, we got a window prompted for the sa password. Even we type in a correct password, it still says wrong password...
    Every time when I open my report in Crystal Basic 2008 on the server, then go database expert >> My connections >> click + in front of the connection name, it asks my sa password. I type in my password then save and close. Next time when I open the report and go my connections, I have to type in my password again. This only happens on one customer.
    Any idea? Thanks a lot.
    Regards,
    Yuka

    Hi Yuka,
    1) All their SAP client workstation, they have to have use SQL2008 CD and install SQL Client on it
    Correct, MS does NOT support MDAC or WDAC when connecting to SQL 2008.
    2) Then go ODBC >> SQL Native Client 10.0 >> Create a new connection to SAP server. Should we use sa user or another use that has the same authorization as sa?
    Correct again if they are also using ODBC to connect, as for using the sa account or creating a new one is up to you. I suggest creating a Crystal account with what ever rights your app needs, this way if tracing it turned on etc. you can confirm who is actually running the report.
    3) Then from MY Crystal report, I have to use ODBC connection as well?
    Just to clarify, if you created your reprots using OLE DB then they can do so also. But you need to update your connection properties. Open each report click on Database, Set Location, scroll down to OLE DB and expand and then choose MS SQL Server Native 10 as your OLE DB provider, fill in all the logon info and then verify the database. Do the same for each subreport also.
    Save your report and either send them the new one or if you are doing this remotely then replace the original report.
    VERIFY your reports to confirm they still return correct data and do work as expected.
    Or if you are using ODBC then yes you do select the MS 10 driver with a new DSN. Then do the above to update the reports to all use ODBC as their data sources.
    Hope this is all clear now....
    Thanks again
    Don

  • To Link a Crystal Report (2008) from Webi report - Prompts not to Repeat

    Hi ,
    I have created a Webi report and Crystal report (2008) both have the same prompts.now i want to create a Hyperlink in Webi to link the Crystal report.
    i am able to do this. however the crystal report is again asking to provide the prompts which i already given in Webi.which should not happen.
    So how to achieve this scenario in Webi.        
    Need your help as soon as possible.
    Regards,
    Kishore.

    Hi
    the information you need are in the following manuals
    [Viewing Crystal Reports Using URL Reporting|http://help.sap.com/businessobject/product_guides/boexir4/en/xi4_cr_url_reporting_en.pdf]
    and
    [Viewing Documents Using OpenDocument|http://help.sap.com/businessobject/product_guides/boexir4/en/xi4_opendocument_en.pdf]
    Thanks!

  • Crystal Report Prompt For Enter Parameter Values

    Hi,
    I did a report with 2 subreports embeded in VS2005 using VB and it worked fine but when I ported the whole application to VS2008 the above problem occurs. Here are some codes:
        Private Sub btnPreview_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnPreview.Click
            Dim viewer As New frmReportPreview
            Dim rpt As New ReportDocument
            Try
                rpt.Load("C:\Report\crptMain.rpt")
                rpt.SetParameterValue("Code", Me.cbxCode.Text)
                rpt.SetParameterValue("Code", Me.cbxCode.Text, "crptSubReport1.rpt")
                rpt.SetParameterValue("Code", Me.cbxCode.Text, "crptSubReport2.rpt")
                viewer.report = rpt
                viewer.WindowState = FormWindowState.Maximized
                viewer.ShowDialog()
            Catch crptEx As CrystalDecisions.CrystalReports.Engine.EngineException
                MessageBox.Show(crptEx.Message, "Crystal Report Errors...")
            Catch ex As Exception
                MessageBox.Show(ex.Message, "Crystal Report Errors...")
            End Try
        End Sub
    Private Sub frmReportPreview_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
            Dim rpt As New CrystalDecisions.CrystalReports.Engine.ReportDocument
            Try
                Me.CrystalReportViewer.ReportSource = m_report
                Me.CrystalReportViewer.RefreshReport()
            Catch ex As Exception
                MessageBox.Show(ex.Message, "Error...")
            End Try
        End Sub

    Subreport Parameters are contained within the Main Report's ParameterFieldDefinitions collection. Passing Subreport Parameter values directly to the Subreport will result in the values not being applied and the user being prompted at runtime to provide new values.
    Ludek

  • How to restrict values of Dimensions in Webi report prompt

    Hi
            I need to create a WebI report for a set of Business users. We have several thousands of Agencies. Business Users want to see only the agencies they work with (about 100) in the prompt. This way they need not go through thousands of agencies they dont work with. I tried to use List Of Values option but that didnt give me desired result.  Please let me know how to restrict values in prompt to few values from the n number of values available in database.
    Thanks in advance.

    Hi,
    there is no such step-by-step!
    I would encourage you to consult documentation and search for terms 'row level restriction' in the help guides.
    Practice makes perfect
    Good luck
    H

  • Crystal report prompting for login to Dataset [Problem]

    Hello,
    I'm developing a C# windows application with an Access db
    I'm getting the data from the database and load it to a dataset then pass the dataset to the report
    every thing is working fine on my local machine but..
    When I run it on any other machine it prompts me to enter the login information while there are no login informations to enter because I'm connecting to a data set
    here is my simple code to load the report
    VisitReasibReoirt VisitReasonRPT = new VisitReasibReoirt();
                            VisitReasonRPT.DataSourceConnections[0].IntegratedSecurity = true;
                            VisitReasonRPT.SetDataSource(ds);
                            crystalReportViewer1.ReportSource = VisitReasonRPT;
                            crystalReportViewer1.RefreshReport();
    Also there is an other problem in the design
    I cannot change the language of the datetime fields like what I did with text fields.. How can I solve this ?
    please tell me what to do...this is very important I searched a lot but I found nothing usefull
    Edited by: Mando! on Aug 26, 2010 2:04 AM

    Hello,
    Information needed..
    Version of Crystal Reports?
    Version of Visual Studio?
    Type of data connectivity used? (i.e. OLEDB, ODBC)
    Did you diploy the application? How? (MSM's or MSI's)
    If the new machine is also a developement environment, does the report work from designer?
    Version of windows on prev and new machine?
    Make sure that..
    If the application is deployed, the proper runtimes are installed.
    The database provider is installed.
    The target database is located where it should be.
    The target database is unchanged.
    One question per thread please.
    see [Rules of engagement|http://wiki.sdn.sap.com/wiki/display/HOME/Rules%20of%20Engagement].
    Thanks,
    Bhushan.

  • User ID being held in report prompt

    We are running BOE 3.1 SP 1.8 with Crystal 2008.
    We have a report that is built on a Universe that uses stored procedures. 
    In the report, the prompt from the Universe for User ID holds the ID of the person who last saved the report versus using the ID selected.
    We have checked the setting of the object in the Universe to make sure it is set to Automatically refresh on open & to allow users to use the list of values.
    The parameter in the report is also set with no default values.
    Anything else we can try?

    Moved to Universe Designer forum

  • Crystal Reports prompting for creds when viewed from BO 4

    The environment:
    Business Objects Enterprise 4, sp2 patch 8
    SAP ECC 6.0, kernel 701, sup. pkg. lvl 137
    This is a new BOE 4 installation on a test system.  The BOE installation has been configured to use Windows AD authentication with SSO.  When I run a Crystal Report that is based on SAP ECC data, I am prompted for credentials.  So I used the following document to configure BOE for SSO to DB:
    http://wiki.sdn.sap.com/wiki/display/BOBJ/HowtosetupSSOagainstSAPBWinSBOBI4.0forLDAPusers
    This didn't fix the problem.  SAP ECC reports in BOE still prompt for creds when viewed.  SAP Authentication is verifiably working, but I'm not sure if SSO to DB is working.  One thing I've noticed is that when I log in to BOE using SAP authentication and view the report, I'm not prompted for creds.  In BOE I added my Windows AD acct as an alias in my SAP acct, but I may have either done this incorrectly, or there may be something I need to do in addition.
    question 1:  Is there an easy way to verify if SSO to DB is working correctly?
    question 2:  In CMC --> Authentication --> SAP --> Entitlement Systems --> User Name, I'm assuming that this is an SAP user name.  What roles/profiles does this account need?  Should it be a dialog acct?
    question 3:  Our ECC system is configured to use SNC.  Do I need to configure SNC in BOE for SSO to DB to work?
    question 4:  I added my Windows AD user as an alias on my SAP user record.  I'm not sure this is correct...  can someone verify?
    Any help or suggestions are much appreciated.

    Thanks, Ingo.  Once I got snc configured, everything began working wonderfully.
    I used this document as a guide:
    https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/sno/ui_entry/entry.htm?param=69765F6D6F64653D3030312669765F7361706E6F7465735F6E756D6265723D3134343630363726

Maybe you are looking for

  • Adobe flash player for 64 bit system

    I am having difficulities with down loading Adobe Flash Player. Adobe recognises my system as 64 bit but keeps downloading a 32 bit application that will not function on my computyer.

  • Macbook screen/display comes on and then goes dark; external monitor shows the screen in the mirroring mode; What's wrong, please. Thanks.

    My Macbook (Black,August 2008...love it!) screen lights up/comes on and then immediately goes dark; the screen shows on an external monitor in mirroring mode. Any thoughts/suggestions. Many thanks. Model Name:          MacBook   Model Identifier:    

  • Copy & Paste plain text?

    It's really annoying sometimes when I can't copy just plain text from firefox to Pages. It always comes with its own font and size. How could I just copy plain text?

  • ISE NAD RADIUS Fail Open

    Good afternoon, NAC offers ip admission command for fail open on a router.  Is there an equivalent command for access switches pointing to a RADIUS server? Situation: Access switches have two RADIUS servers configured, one pointing to Load Balancer a

  • JProgressBar NullPointerException

    Hey all, I get this problem sometimes when using a JProgressBar in Indeterminate mode. Here is the stack trace. Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException         at javax.swing.plaf.basic.BasicProgressBarUI.updateSizes(Unk