Dashboard prompts in multiple lines

Hi experts
i have more than 6 prompts on my report and i want them to show in two lines rather than on one line as it is giving horizontal scroll bar, i have tried looking into portalbanner.css but not of much use... can you help me how to do that...
thanks & regards
Edited by: user11678978 on Jul 2, 2010 3:06 PM

In your prompt definition, you have your 6 prompts, yes? To the very left of the third prompt -- as a start -- click the "Group" checkbox. This will put the prompts in two lines. Play around with which prompt to put the check mark by to get the best fit.

Similar Messages

  • How to read multiple lines from a command prompt?

    I usually read from a command prompt like this:
    String answer;
    System.out.println("Please enter the required data");
    try {
    BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));
    answer = reader.readLine();
    reader = null;
    } catch (Exception e) {
    System.out.println("There was an exception trying to read " + e);
    answer = "";
    This has worked fine for years when all I wanted was one line answers.
    Now I am trying to prompt for multiple line answers. Is there a way to read into a string array rather than just a string? What class would I use for that?
    Thanks a lot!

    The easiest approaches would be to read a line at a time until you've read enough lines, whether by a known fixed line count, or a token count, or by reading some sentinel toek, OR read a token at a time using Scanner.next() until you've determined you're done. Which one is more appropriate depends on your situation.

  • Dashboard Prompt to filter multiple Subject Areas (in a Combined Analysis)

    I have a Combined Analysis where I am combining multiple Subject Areas. I want to add this report to a dashboard to use a dashboard prompt to filter by the Year.
    The problem I have is because the 'Year' value in each subject area has a different Column Formula ("Close Date"."Calendar Year" and "- Custom Number/Integer (Custom Object 2)".INDEXED_NUM_0)) I'm unable to have a single 'Year' prompt filter both Column Formulas.
    I have it currently working by creating two dashboard prompts - one for each subject area - that each ask for the Year to filter by.
    Is there a way to have a single prompt for Year and somehow have that filter both subject area's 'Year' value?

    I have tried a bit with no luck.
    In the Dashboard Prompt on that 'Year' filter I set the Presentation Variable to 'FILTER_YEAR'.
    I then set the filter in the report to be Equal to a Presentation Variable with the Variable Expr set to 'FILTER_YEAR'.
    When I run the report and enter the filter year it doesn't bring back any data for that report.
    Anybody have experience using the Presentation Variables?
    Thanks

  • Passing Dashboard Prompt Value to multiple pages in a Dashbaord

    Hello,
    I have a situation where I neeed to pass value of Customer ID from first dashboard page to multiple pages belonging to same Dashboard. What is the best way to implement ?
    Thanks !
    Raj

    I created a presentation variable for the prompt and when I acess the same variable in the second page (for another report), its not giving accurate results. should I write an SQL and pass the variable to the report in the next page and so on ..?
    Thanks,
    Raj

  • Ow to put Multiple Dashboard Prompt on one field

    Hi,
    I want to make multiple prompts on one field. (I can't use multiselect because in the report it should work as a cascading "and" function)
    The problem at the moment is, when I select the first value the second value is selected as well.
    Another approach was to set a presentation variable on two fields with different column names, but if i put in the value in an edit box the filter with the presentation variables does not work in the reports.
    Does someone has an idea how to get this.
    Kind Regards,

    Hi
    If I understood you correctly, you must change the Fx formula for both prompts in order to be different.
    Let say for the first prompt : fx set to CASE WHEN 1=0 THEN GEOGRAPHY.REGION_NAME ELSE ‘You can put Anything Here’ END
    and for the second : CASE WHEN 1=0 THEN GEOGRAPHY.REGION_NAME ELSE ‘Another text’ END
    where GEOGRAPHY.REGION_NAME is your "Same field."
    See this post also : http://oraclebizint.wordpress.com/2008/02/13/oracle-bi-ee-101332-scoping-of-dashboard-prompts-and-presentation-variables-reducing-scope-for-a-specific-report/
    I hope this helps!
    Regards
    Edited by: user10933814 on Jul 20, 2009 4:56 AM

  • OBIEE 10g Dashboard Prompt Multiple Values

    A dashboard prompt is applied to filter on Regions, however the issue we're facing is that the region values show up multiple times (1000's). We want to show each value once and I read about 2 solutions:
    1) Apply a select distinct SQL on the prompt - This does not work for us since the region is also a key field in the drill down (region consists out of states), the drill down overrules the select distinct and the prompt still shows multiple values. Any ideas?
    2) Apply a cast to char on the dashboard prompt field - The values show up only once, however now the dashboard prompt does not get applied to the reports. Looking at the SQL nothing seems to come back from the database. This might have to do with the fact that the region data type in the business layer is VARCHAR with a max of 30, thoughts? I tried updating the cast to varchar(30) but that had no effect.
    The cast sql is simple and looks like this:
    SELECT CAST ("zzz"."Region" as char) FROM ...
    Hopefully anyone can help us with this problem. Thanks!

    Thanks for the tips!
    1. No, it does not happen when the column is the only item in a report
    2a. I updated the cast to a varchar and added the distinct because that seemed easier than changing the field types in the rpd. The new SQL looks like this:
    SELECT DISTINCT CAST("zzz.Region" AS varchar(10)) FROM ...
    2b. Also joining to a table with extra region information (the sequence how we present the values to the customer) provided unique values:
    Select "zzz.Region" FROM ... ORDER BY "zzz."Region Sequence"
    With both solution we force OBIEE to execute the SQL differently so that the key field in the dimension does not throw off the numbers

  • Selecting Multiple dimensions without using Dashboard Prompt

    Hi All,
    We have and requirement where we need to given an option to users where they should be able to select dimensions values to check set of reports in dashboard based on these selected values.
    As we know one way is to have dashboard prompt and all the reports which we need to analyze under this, but in dashboard prompt if we more values selected values will take more time.
    Instead we want in one page all the dimension values will be there and we need some thing like check box option in front of dimension values and based on the dimension values selection, we need to analyze reports available in another dashboard page.
    Thanks in advance.
    Regards,
    Som

    Thanks John for your reply.
    I'm not sure this is going to help me, may be my question is little bit confusing. Let me explain with some example.
    Lets us consider a dashboard page where we have All US States as global filter. Suppose by default global filter will have All values but now every time we want to analyze by selected states now to perform this we need to edit global filter and add States by which we want to analyze.
    By this option we are able to get the result what we want, but problem is that suppose every time we want to analyze by these states only the every time when we login we need to edit global filter again and again. which we don't want to do again and again.
    Now my questions are:-
    1. Is there a way to save values selected into global filter for future use by which we cab avoid selecting values again and again (one way is that we can add defaults in global filter edit mode but can we do this outside.)
    2. Or can we provide in one page just to select the values of analysis like dimensions and next to dimension like check box just to select values and in other pages based of the values selected.
    Regards,
    Somu

  • Dashboard Prompt -- One Column Setting Multiple Presentation Variables

    Hi everyone,
    I've been playing with dashboard prompts, trying to get a deeper understanding of how the function.
    I created three dashboard prompts, all on the same column, account number. Each prompt defaults to a different value i.e. 1,2 and 3 respectively. Each prompt sets up a different presentation variable. PVAR1, PVAR2 and PVAR3 respectively.
    I created a report that referenced the three variables i.e. '@{PVAR1}', '@{PVAR2}', '@{PVAR3}'.
    I put all three prompts and the one report in a dashboard.
    When I view it, all of the prompts have the same value, value 2, however, only PVAR3 is setup. PVAR1 and PVAR2 are blank.
    Why aren't all three presentation variables set to the same value? Why is only one populated?
    Thanks for the help!
    -Joe

    Hi Joe,
    Thanks for posting this interesting question, I played around and found the same issue.
    This is my finding and hoping that this makes sense, The PV variables are set only when you hit a Go button. As there are 3 prompts in the question and all the prompts are build on the same column hence the values of the columns are the same, but only one variable is set. In my opinion the last prompt which got executed.
    I tried the similar thing with one more prompt with one Go button and VAR1 and VAR2 values got set but VAR3 was still black. But the 2 prompts had the same values.
    I believe since its the same column on which these prompts are build hence the issue of setting the values.
    Hope this helps,
    Sunil S Ranka
    Blog :: http://sranka.wordpress.com
    "Superior BI is the antidote to Business Failure"

  • Creating dashboard prompts at run time.

    We have a requirement of creating dashboard prompts at runtime. Our scenario is as follows:
    We would like to create trend charts with multiple trend lines. We are planning to use the Line Graph view to achieve this. However, the number of trend lines and the columns of a table to be used as trend lines will be input at run time. As an example, users will be prompted to enter the number of trend lines they wish to plot in the chart. Depending on the input, we need to dynamically create those number of prompts. The prompts will be a choice list of columns that can be used as trend lines. For the following table structure:
    table: table1
    column1: quantity
    column2: quantity_accepted
    column3: quantity_rejected
    the dashboard prompt 'Select number of Trend Lines' will ask users for a number. Let's say the user enters 2. We need to dynamically create 2 prompts based on column1, column2 and column3.
    Is there a way of implementing this requirement?

    I think you need to look at the JAXB capabilities
    Try using JAXB & JSTL to dynamically build your faces-config.xml
    For Runtime Java bean Classes
    IF you have an XML schema/DTD you can use JAXB to generate Java Bean Source code
    Obviously you are going to have to build into your application the ability to invoke the JAXB & Java Compilers

  • MM: PO Not Picking up PR Having Multiple Line Items

    Hi All,
    When Creating PO with Reference to PR Having multiple line items, not picking up the line items and also the vendor and also the where in we  have to select  input tax code.
    CASE1: Created PR 760001340 with single line item and also could able to create PO.
    Case2: Created PR 760001341 with multiple line items, When creating PO with reference to PR the line items and Vendor are not picking Up.
    Plz. Advise a solution.
    Thanks in Advance.....
    Regards
    Sudheer

    HI SHWN,
    Thanks for prompt response.
    ERROR Message: When referencing a requisition, please also enter a requisition item no.
    Regards
    Sudheer

  • How to add different columns in a single dashboard prompt?

    Hi
    I am new to this forum. I got a new requirement, my client is asking me to show multiple columns with multiple tables in a single dashboard prompt
    for Ex: Column name Table name
    1. Customer 1. Customer Details
    2. Market 2. Region
    3. Order 3. Order Status
    4. Product 4. Product Type
    He wants to show all these column names in a single prompt when user click on the particular column name it should appear on report. Is it Possible? if possible tell me how?

    See this thread...
    Re: How to add new columns by using Multiselect

  • OBIEE 11g - Dashboard Prompts - Radio Buttons

    I have a report where I need to run 3 different ways based on the same filter with different values. Each way has multiple values. I was hoping to create a Dashboard prompt as a radion button to allow the user to select which variation of the report to run. I would like the radio button to pass the multiple values to the filter based on the user's selection. Does anybody know if this is possible? If not, is there another reccommended way. I would prefer not to save three versions of the same report with the only difference being a filter. Also, I would prefer for the users not to have to select multiple values each time they run report depending on the version they want to run.
    Thanks,
    William
    Edited by: user11228139 on Aug 5, 2011 8:51 AM

    wfortson wrote:
    I would like the radio button to pass the multiple values to the filter based on the user's selection. Does anybody know if this is possible?I see only one way. You create the dummy report with appropriate number of columns for filtering using combine request. Each request in this complex report will correspond a choosing in a radio button prompt. In a main report for every filtering column you need to use option 'results are based on another request'.

  • Printing a dashboard analysis as multiple separate reports

    Hi,
    I have a report showing data pertaining to various different workers. Is it possibile to setup OBI to print different pdf reports, each for every worker. Or, at least, to set it up to print a single PDF report with different pages for every worker (then I'll split the PDF myself)
    If that is feasible, would it be feasible also on a dashboard scale (i.e., a dashboard with 4 different analyses) ?
    Thanks a lot in advance

    If you are going to keep this in the Presentation Layer, you are not going to avoid creating multiple version of your reports in one form or another. You cannot use dashboard prompts as a column selector without involving the rpd. So you have several options:
    1) Do what I outlined above for your 15 reports.
    2) Create two versions of all of your reports, one for USD and one for EUR. Then create one dashboard and put all your USD reports in them and one dashboard to put all the EUR reports. Create another dashboard with one page which you will expose to the users. This page will have two links, "Reports in USD" and "Reports in EUR" which with Link of Image, will link to the two dashboards you created.
    There are other methods I can think of, and if you insist on using a Dashboard prompt, you can do that too, but not the way outlined in the BiConsulting Group method that involves the rpd. In any case, it will involve making two versions of your reports, too.
    This is your answer, though it may not be favorable to what you want to do.
    Another alternative is this: Why don't you just expose both columns side-by-side so the users can see both? That way they don't even have to choose!

  • No break in dashboard prompt name

    hi ,
    My dashboard prompt name is walker SR Account Name .But OBIEE by default put Walker SR In one line and Account Name in Another line . but we need to show walker SR Account Name in one line.
    Thanks,

    I have a prompt with 4 columns-full date, customer number,customer name and customer (concat of customer number and name) in the same order. I checked Constrain to the last two columns--customer name and customer, so that I get the customer name and customer fields filled up when I selected customer number.
    Here are the details:
    'Column' 'operator' 'control' 'show'(constrain) 'default to' 'set variable' 'label'
    'Full Date' 'is between' 'calendar' 'unchecked constrain' 'specific value' --- 'Period'
    'Customer Number' 'is equal to/is in' 'multi-select' 'all values' 'specific value' -- 'Customer #'
    'Customer Name' 'is equal to/is in' 'multi-select' 'all values/Constrain' 'Report Defaults' -- 'Customer Name'
    'Customer Name))' 'is equal to/is in' 'multi-select' 'all values/Constrain' 'Report Defaults' -- 'Customer'
    Since date/customer number is default to specific value, on the dashboard, I click on Customer Name and/or Customer and it shows 'No Choices Available.'I see the same behavior even if I change the full date and Customer Number.
    I tried the following after looking for this online.
    1) Click OK in the Customer Name multi select box.
    OR
    2) Enter some value in the box and click GO in the CUstomer Name multi select box.
    OR
    3) Select Constrain (which I am already doing).
    None of the mentioned above worked for me.

  • Using multiple lines of query in sqlcmd using -q switch

    Hello
    I am trying to use sqlcmd to run a set of sql statements. If I use -i switch and input a file with sql statements, it is working fine, but I am trying to use the sql statements using -q to avoid the creation of the input file. But I am not having luck with
    -q, can someone let me know if putting multiple lines of code is possible in -q switch like below?
    A simple restore command like below. If I use the whole restore command in single line it works fine like below:
    sqlcmd -E -S servername -d master -Q "restore database bestst_test from disk='E:\Backup\test\bestst\bestst_20101222.bak' with move 'BESMgmt415_data' to 'E:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\bestst_test.mdf',move 'BESMgmt415_log'
    to 'E:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\bestst_test_log.ldf' "
    but if I split the restore command into 3 lines like below, it fails, can someone let me know how to use the multiple line feature in sqlcmd -q switch?
    sqlcmd -E -S servername -d master -Q "restore database bestst_test from disk='E:\Backup\test\bestst\bestst_20101222.bak'
    with move 'BESMgmt415_data' to 'E:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\bestst_test.mdf',
    move 'BESMgmt415_log' to 'E:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\bestst_test_log.ldf' "

    Well actually there is a way, in command prompt you can you the carat character (^) to indicate that there is more lines. So in your restore case:
    sqlcmd -E -S servername -d master -Q ^
    "restore database bestst_test from disk='E:\Backup\test\bestst\bestst_20101222.bak' ^
    with move 'BESMgmt415_data' to 'E:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\bestst_test.mdf', ^
    move 'BESMgmt415_log' to 'E:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\bestst_test_log.ldf' "
    I must say, it is abit of a hassle (since there are several restrictions to how you need to break the line), and you actually better off using the input file for this.
    Thank you
    Lucas

Maybe you are looking for

  • How to modify an existing xml file from java code.

    Hi I have worked on creating a new xml file from java code using xmlbeans.But if i try to modify an already existing file using java code I am unable to get errorfree xmlfile. For example if xml file(studlist.xml) is as below: <?xml version="1.0" enc

  • How to call oracle Function which has If else condition in Data Template

    Hi, currently I am working on creating Data Template which uses a Oracle Function which I need to make use in my data template. But I have some confusions on using the same. Could anybody please help me in this regard. I have a function like this, fu

  • How to attach PDF file along with mail from SAP to external

    Hi Experts,       Whenever I am creating PO I should get that creation information ( PO is created & PO no is ‘XXX’….) in the form of PDF file & I have to send this PDF file through mail to external. I have to do all this in one development…How can I

  • Canon PowerShot SX280 HS disconnects while transferring photos

    I have a Canon PowerShot SX280 HS. I can connect it to wifi. It finds my iPhone and works well with the app. It finds my iMac and it connects: software starts, transfer of images starts, but then the camera is disconnected suddenly, message: "The cam

  • Customer master Screen

    Hi, I am having one time customer Account in screen change I keep reconcillation account as an OPTIONAL entry but systems taking it as mandatory entry Why this is happenning ?  How to make that field as as Optional entry. for other fields it is runni