OBIEE 11G The same height dashboard section in the settings and different when displayed

Hello!
Please help me to understand with the sizes of sections. If I create a simple dashboard with one section 100x100 (Additional Formatting Options->Specific Size)  and is displayed correctly. But if I add another section below 50x50 then both sections will not be displayed correctly in height. What is the reason?
http://yadi.sk/d/r6mcbzp7EfQQq - Design dashboard
http://yadi.sk/d/wMjOKfiXEfQQy - Preview dashboard
Oracle Business Intelligence Product Version 11.1.1.7.0 (Build 130303.2025 64-bit)

Hi All,
Regarding the above issue to update the analysis we came up that the user if assigned to the multiple group with the data filter applied on the same column of the table is getting an *"OR"* join.
We had a requirement to get an "AND" in the query condition. Please let us know if any one faced the issue and the resolution of the same.
Regards,
Jyotshna

Similar Messages

  • How can i export a series of images in different aspect ratios to the same height

    How can i export a series of images in different aspect ratios to the same height?
    I wish to make a slider callery for my website. all the images need to be 750 Pixels high, the width does not matter.  I have a mixture of square pandscap and protraite images can i do thing as one export or do i have to do it twice?  Once for long edge and once for shot edge?
    Thanks

    Yes, you can but there is a trick to it.
    In the Export Dialog under <Image Sizing> select Widdth & Height.
    Then enter 750 pixels for Height.
    Put your cursor into the Width field behind all the numbers that appear there and with the backspace key delete the numbers. If you enter "0" it will not accept that. But it accepts when you just delete the field for Width with the backspace key. The Width field will now be just blank.
    When you then export all image will  have a height of 750 pixels and the width will fall variously according to thne height / width ratio.
    Or alternatively you can enter 7.5" for height at a resolution of 100 ppi.

  • How do I have two side-by-side areas the same height (presumably using float)?

    If you take a look at these two pages on my website you should be able to see what I need to do.
    On this page http://staging-area-2.com/CraigClark.html the left-hand side sidebar needs to grow to be the same height as the pane on the right.
    On this page http://staging-area-2.com/index.html the pane on the right needs to grow to be the same height as the sidebar on the left.
    What do I need to do so that no matter what the size of the pane on the right, both the left-hand side sidebar and the right-hand side pane are the same height?

    Equal height CSS Columns
    http://alt-web.com/Articles/Equal-Height-CSS-Columns.shtml
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Button is with the same height is smaller than TF

    i set the button's height to 25 px and textfield's height to 25 px.
    during designing the page they looked like they have the same height. but in the browser the textfield is much higher!
    How could that be?

    Thank you for your response.
    Please note that I don't have the problem in my deployed application... it only occurs on my development machine during development while there is no IIS server involved.
    In Visual Studio 2012 while working on my Lightswitch application (which is connected to an external SQL database as the datasource), when I execute the application from within Visual Studio (click Start or press F5) and then add a row
    to a datagrid, that is when I get the error.  However, if I deploy the application to an IIS server and then execute it using Internet Explorer I do not get the error and the application runs fine.
    If it is true that the problem is related to the problem of case sensitivity then what would be causing it within the development environment itself prior to being deployed?  I understand that the url used to execute the program must use the same
    case as the program name... i.e.  if the program is deployed named MyProgram then when executing it you must use the same case 
    http://ServerName/MyProgram  not
    http://ServerName/myprogram  but that is not what is happening in my case.
    I am getting the error when executing directly within Visual Studio when clicking "Start"  or pressing F5 within the IDE.  Where do I look for that problem?
    Thanks 

  • PanelBoxes with the same height

    Hello,
    Anyone knows how to layout two panelBoxes horizontally and make them the same height (the height of the higher of them)?
    regards,
    kp

    Hi There
    Let me understand this first . Do you want the value in the the first and second columns with-in each repeated frame to to take up the same space?
    You could make using of the format trigger on the individual items and the srw.set_field_XXX built-ins.
    e.g. on the second column (c2) has something that will look similar to this:
    function F_c2Form return boolean is
    begin
    SRW.SET_FIELD_CHAR(0,rpad(:c2,greatest(length(:c1),length(:c2),) ));
    return (TRUE);
    end;
    And on the first column (c1) will have something look like the following:
    function F_c1Form return boolean is
    begin
    SRW.SET_FIELD_CHAR(0,rpad(:c1,greatest(length(:c1),length(:c2),) ));
    return (TRUE);
    end;
    Alternatively you could put the rpad value into the underlying statement.
    e.g.
    select rpad(to_char(sysdate),100) from dual
    Hope this helps
    Q

  • OBIEE 11g: Build a drill down detail on the count of records

    Hello:
    I have a summary report based on certain criteria shows the count of certain number of records for example, count(sales_id).
    Region (North), Product Category(ABC) -> 15 (Sales record count using count(sales_id))
    I want the ability to provide another detail report which will be the drill down of 15 that shows 15 sales records in detail.
    The detail report will be invoked using the Action Link which has the BI navigation from the Measure Column (that has 15) to pass the list of sales_id's as the prompted filter based on the analysis results from the summary report.
    Any idea on what I need to do in the summary report to pass the list of sales id's instead of the count 15? I do not want to display the sales_id's in the summary report.
    Thanks
    Sankar

    589151 wrote:
    Hello:
    I have a summary report based on certain criteria shows the count of certain number of records for example, count(sales_id).
    Region (North), Product Category(ABC) -> 15 (Sales record count using count(sales_id))
    I want the ability to provide another detail report which will be the drill down of 15 that shows 15 sales records in detail.
    The detail report will be invoked using the Action Link which has the BI navigation from the Measure Column (that has 15) to pass the list of sales_id's as the prompted filter based on the analysis results from the summary report.
    Any idea on what I need to do in the summary report to pass the list of sales id's instead of the count 15? I do not want to display the sales_id's in the summary report.
    Thanks
    SankarIn your example, each of the 15 sales IDs are in the same Product Category (ABC), yes? So put the action link on this column instead of the measure (so ABC in this example would be the link). In the detail report, you will need to include the Sales ID column in order to produce the 15 rows, but you can hide it so it doesn't show up on the report. (The reason you want to include the sales ID in the destination report is because the measure column would break out the rows only assuming there are no measures that are the same. If they are the same, they might roll up so having the sales ID in the report ensures that the rows remain distinct.)
    Edited by: David_T on Mar 15, 2012 2:34 PM

  • Can I get the same text messages on both my iPhone and my iMac

    can I get the same text messages on both my iPhone and my iMac
    It seems that my Mac is getting them and they dont show up on my iphone.

    Hi julian KAYE!
    You will want to make sure that both your computer and phone have all options checked in the “Start new conversations from” section in your Messages settings:
    iOS: Using Messages
    http://support.apple.com/kb/ht3529
    You can change the address that new iMessage conversations are started with in Settings > Messages > Send & Receive > Start new conversations from. Note that this setting applies only to new conversations. If you would like to change the address from which messages are sent, first change this setting, and then delete the existing conversation and start a new one.
    iOS and OS X: Link your phone number and Apple ID for use with FaceTime and iMessage
    http://support.apple.com/kb/HT5538
    Thanks for using the Apple Support Communities!
    Cheers,
    Braden

  • Using the same navigation bar all over the site

    Hi,
    I decided to learn web desgin and started to use Dreamweaver.
    I do not want to use any server techonogies. ( since I dont know how to use them! )
    I want to reuse my navigation panel and logo section - which I call header - on every single page.
    I do not want to copy and paste that info in every page since it  will take too much time and will be very hard to maintain.
    What is the best solution overcome this situtation ?
    Thanks !

    Using the template function within Dreamweaver is a good way to go if it's a small site - as John mentioned in the earlier post.  For larger sites then serverside includes would be more practical and earlier for maintenance purposes.
    You create a master template page, you declare which areas will be the same for every page, (non-editable regions)  and then declare an area that will
    change on every page (the content area) , these are editable regions.
    Once you create the template and save it, you are then able to create 'child' pages from this template  - as many as you like  :-)  If you every need to make a change to the menu or the footer or the header, change it in the master template, save it and the changes will flow through to the child pages created from the template.
    Using DW Templates:
    http://www.adobe.com/devnet/dreamweaver/templates.html
    http://www.adobe.com/devnet/dreamweaver/articles/dw_templates.html
    The other option is to use serverside includes (SSI)
    A bit more about SSIs here:
    http://help.adobe.com/en_US/Dreamweaver/10.0_Using/WSc78c5058ca073340dcda9110b1f693f21-7b6 ca.html
    http://bignosebird.com/ssi.shtml
    One major difference between using Templates and SSI?
    When you make a change to a template page, you will need to re-upload all the pages to the server that were changed - may become very tedious if it is a very large site.
    With using SSI, you make a change to one file and only have to upload the one file and all pages on the server will be update accordingly.

  • I can't get some song on my iphone they work off of the computer but they wont show up on my phone they are in the "on my iphone" section but they gray and have a gray dotted circle next to them i have tried every thing I just want them on my phone HELP!

    I can't get some song on my iphone they work off of the computer but they wont show up on my phone they are in the "on my iphone" section but they gray and have a gray dotted circle next to them i have tried every thing I just want them on my phone HELP!!!

    You have posted to the iTunes Match forum, which your question does not seem to be related to. Is your question concerning iTunes Match or syncing with iTunes via USB?

  • I have problem with my wifi in 4 S, i cant connect to any wifi itried resetting network setting and reset all setting but the result was the same, its only keeps searching for wifi and cant find any, itried to use OTHER but also didnt work.please help me

    i have problem with my wifi in 4 S, i cant connect to any wifi itried resetting network setting and reset all setting but the result was the same, its only keeps searching for wifi and cant find any, itried to use OTHER but also didnt work.please help me???

    If Join was on then your home wi-fi must be set to Non-Broadcast.  If you did not set this up (maybe your provider did) then you will need to find the Network Name they used, and any password they used.  The SSID is Security Set ID and to see more try http://en.wikipedia.org/wiki/SSID .  Basically it is the name used to identify your router/network.  A lot of times the installer will leave it set as LinkSys, or Broadcom or whatever the manufacturer set it as for default.  Your best bet is to get whoever installed it to walk you through how they set it up, giving you id's and passwords so you can get in.  HOWEVER, if you are not comfortable with this (if you set security wrong, etc.) you would be well ahead of the game to hire a local computer tech (networking) to get this working for you.  You can also contact the vendor of your router and get help (if it is still in warranty), or at least get copies of the manuals as pdf files.  Sorry I can't give you more help, I hope this gives you an idea where to go from here to find more.

  • Hey, I'm trying to install Adobe Flash on my Macbook Air. At a certain point it asks for my password but it doesn't take it. So I cannot continue installment. I have reset my password already. Still the same problem. How can I continue to install when it

    Hey, I'm trying to install Adobe Flash on my Macbook Air. At a certain point it asks for my password but it doesn't take it. So I cannot continue installment. I have reset my password already. Still the same problem. How can I continue to install when it keeps asking for a password it doesn't recognize over and over again? How many times do I have to reset it then? Advice please

    You have to provide your computer's administrator password in order to install Flash Player.

  • How to display or generate PDF417 barcode dynamically in PDF form? I am using Acrobat XI Professional and there is a Bar Code Field in the same through which I generated the same. But I want to generate the same dynamically.

    How to display or generate PDF417 barcode dynamically in PDF form? I am using Acrobat XI Professional and there is a Bar Code Field in the same through which I generated the same. But I want to generate the same dynamically.

    What do you mean by dynamically? When yo set up a 2D bar code field you specify which field name/value pairs you want to include, along with other parameters. But be aware that they won't work with Reader unless you Reader-enable the document with LiveCycle Reader Extensions and include the bar code usage right. It will work with Acrobat Standard/Pro.

  • Yes i keep ashing the same question i keep getting the same answer and it is not resolving the problem

    YES I KEEP ASKING THE SAME QUESTION I KEEP GETTING THE SAME ANSWER AND IT IS NOT RESOLVING THE PROBLEM AND CHAT KEEPS SENDING ME BACK TO THE FORUMS THEY SAY THEIR EXPERTS WILL BE ABLE TO RESOLVE THE PROBLEM BUT IT IS NOT RESOLVED YET I KEEP GETTING THE SAME ANSWER FROM FORUM EXPERTS WELL THAT IS NOT WORKING I NEED A SOLUTION THAT WILL WORK I PAID FOR THIS AND I WANT TO USE IT BUT I CANNOT
    TRYING TO ACTIVATE A trial version of photoshop elements 7.0 disc worked till in the middle got an erroe fur and animalskin file missing checked dvd and it had a scratch so 3 times i downloaded a trial version of photoshop elements 7.0 from adobe.com but when try to activate get invalid serial number the website said have your serial number ready to activate which i do because i am getting it right from the dvd case it is registered i am signed in and chat just keeps telling me it is too old try the forums which i have many times with no resolution but they mark it as assumed resolved premeir elements 7.0 from the same dvd case is on why can't i activate trial version of photoshop elements 7.0 my computer crashed and i had to restore then i am now trying to put the programs
    maybe i can buy or exchange the dvd of photoshop elements 7.0 without because my serial number is good so i maybe just need a new disc being this disc is scratched i've got 40 to 50 hours into this 1 trial version of photoshop elements 7.0 more than i have in the whole computer restore and all the other programs i have restored have windows xp service pack 3 or 3.5 and net framework 4.0 and all the important and required updates i also have an open case which i am getting no where either case #213952591 which i responded to within 4 days as not resolved but i am still getting no help activating this trial version of photoshop elements 7.0
    24 Views
    Tags:

    YES I KEEP ASKING THE SAME QUESTION I KEEP GETTING THE SAME ANSWER AND IT IS NOT RESOLVING THE PROBLEM AND CHAT KEEPS SENDING ME BACK TO THE FORUMS THEY SAY THEIR EXPERTS WILL BE ABLE TO RESOLVE THE PROBLEM BUT IT IS NOT RESOLVED YET I KEEP GETTING THE SAME ANSWER FROM FORUM EXPERTS WELL THAT IS NOT WORKING I NEED A SOLUTION THAT WILL WORK I PAID FOR THIS AND I WANT TO USE IT BUT I CANNOT
    TRYING TO ACTIVATE A trial version of photoshop elements 7.0 disc worked till in the middle got an erroe fur and animalskin file missing checked dvd and it had a scratch so 3 times i downloaded a trial version of photoshop elements 7.0 from adobe.com but when try to activate get invalid serial number the website said have your serial number ready to activate which i do because i am getting it right from the dvd case it is registered i am signed in and chat just keeps telling me it is too old try the forums which i have many times with no resolution but they mark it as assumed resolved premeir elements 7.0 from the same dvd case is on why can't i activate trial version of photoshop elements 7.0 my computer crashed and i had to restore then i am now trying to put the programs
    maybe i can buy or exchange the dvd of photoshop elements 7.0 without because my serial number is good so i maybe just need a new disc being this disc is scratched i've got 40 to 50 hours into this 1 trial version of photoshop elements 7.0 more than i have in the whole computer restore and all the other programs i have restored have windows xp service pack 3 or 3.5 and net framework 4.0 and all the important and required updates i also have an open case which i am getting no where either case #213952591 which i responded to within 4 days as not resolved but i am still getting no help activating this trial version of photoshop elements 7.0
    24 Views
    Tags:

  • HT204074 How do I use 2 apple id's on one mac?  I have my apple id on my mac and would like to use the same mac for my wife's phone and ipad?

    How do I use 2 apple id's on one mac?  I have my apple id on my mac and would like to use the same mac for my wife's phone and ipad?

    Correction, thats two itune id's

  • I have 3 iphones, an ipod touch and an Ipad on the same itunes account.  should I have a different account for each device?  If so how do I get all my purchases, like music on all the devices?

    I have 3 iphones, an ipod touch and an Ipad on the same itunes account.  should I have a different account for each device?  If so how do I get all my purchases, like music on all the devices?

    You can sync as many devices as you want to the same iTunes account, there is no limit. You can have the same content on each device or different content, the choice is yours. iTunes will keep everything straight, by device, including separate backups. I'd suggest giving each device a unique name, to make things easier.

Maybe you are looking for

  • Can't complete song download: "Network Connection timed out Error=-3259"

    Songs recorded as purchased but when downloading I receive this error message: "Network Connection timed out err=-3259"....this is a new laptop and the internet connection seems to be working but not sure why I can't complete my song download. Please

  • I load iTunes 7.5, but iTunes says it can't work with Shuffle

    When I hooked up my new Shuffle, iTunes told me I must have version 7.2 or higher. I downloaded 7.5, and everything seemed to go fine. But I still get the same message---I need 7.2 or higher. What's up?

  • After failed repartition, No bootable device on startup

    Hi,Got a really annoying problem. I had a windows partition using bootcamp. I then tryed to remove it using bootcamp but got a error message stating that drive could not be repartitioned. I tryed again but the program froze so I force quit it. Now I

  • Anti-aliased HTML text in Webkit browser?

    Hi all, I'm working with the webkit browser in an AIR project and running into a big hurdle. The fonts displayed in my webkit HTML are blocky and jaggy due to AIR not supporting -webkit-font-smoothing or text-rendering, and this is making my really g

  • V11 to V12 Upgrade

    Last week I finally shifted my databases from Web/Business up to the new Standard / Premium tiers in preparation for an upgrade to V12 database. I upgraded on Tuesday and it was ready for the next day - I ran SELECT @@version to confirm I was on V12.