Help needed in solving a issue

Hello,
Using obiee 11g.
I am trying to build a report which uses prompt value.
The report is like for the prompt value show the count.If the prompt value is not selected show all and if selected show only relevant records.
The req is like i have a report coming from tableA,tableB,tableC and a prompt.Now the prompt values are coming from a single table tableD.
now we have the table relations which are very simple
tableA.valueA=tableB.valueB
tableB.valueB1=tableC.valueC1
tableC.valueC=tableD.valueD
So earlier i didn't had any problem for reporting.
Now there is a small change ,that is in the tableD we have one row value like test1.
now this is not present in the tableC.So in the prompt it will show but in the report when i filter for that test1 i get no results found.
My new req is to get the corresponding value.
I am using the tableD.valueD is prompted in my report.Now since that value is not there in the tableC it shows me no results found.
This new row has value only in tableA.valueA2 column.that means
if tableD.valueD='test1' then tableA.valueA2 will get populated with value 'ABC'
I am completely confused on how to move forward?
Thanks

Hi,
Do a Right outer join between table C and table D in repository. that will fetch all records from table D eventhough matching records doesn't exist in Tabale C. your problem will be solved.
Thanks
Jay.

Similar Messages

  • Help needed in solve my issue in sapscript.

    Hi all,
    I have a requirement to prin the terms and condiions after my Po layout. for this i have created 4 pages for terms and condition. Each page i have included two windows. One is main window and another window is having the text to be printed.
    in standard attributes i have assigned as
    page                         next page
    first                           next
    next                          last
    last                           last1
    last1                          last2
    last2                          last3
    last3                          last3.
    Here my issue is only the first page of the terms and conditions are printing in the output... Remaining text dint print..
    Please help me to solve the issue....
    Thanks
    Ahamed
    Edited by: Ahamed Anish on Oct 22, 2011 3:27 PM

    Locked Out, Forgot Lock or Restrictions Passcode, or Need to Restore Your Device: Several Alternative Solutions
    A
    1. iOS- Forgotten passcode or device disabled after entering wrong passcode
    2. iPhone, iPad, iPod touch: Wrong passcode results in red disabled screen
    3. Restoring iPod touch after forgotten passcode
    4. What to Do If You've Forgotten Your iPhone's Passcode
    5. iOS- Understanding passcodes
    6. iTunes 10 for Mac- Update and restore software on iPod, iPhone, or iPad
    7. iOS - Unable to update or restore
    Forgotten Restrictions Passcode Help
                iPad,iPod,iPod Touch Recovery Mode
    You will need to restore your device as New to remove a Restrictions passcode. Go through the normal process to restore your device, but when you see the options to restore as New or from a backup, be sure to choose New.
    You can restore from a backup if you have one from BEFORE you set the restrictions passcode.
    Also, see iTunes- Restoring iOS software.

  • TS1363 My iPod Nano 7th Generation couldn't be detected by iTunes when I plugged in. I tried resolving the issue by uninstalling the iTunes and then install it back again but yet still the same problem exist. Can you please help me to solve this issue?

    My iPod Nano 7th Generation couldn't be detected by iTunes when I plugged in. I tried resolving the issue by uninstalling the iTunes and then install it back again but yet still the same problem exist. Can you please help me to solve this issue? I have already updated to the latest version of iTunes on my Windows 8 and I cannot synchronize my iPod for the time being. Please do help me to solve this problem. Thank You.

    uninstall all iTunes,5 programes,this worked for me after reinstall them

  • Hi, i installed ios 5 for my iphone 4 and the camera function on lock screen was on the first few days , now it doesn't show the lock screen . is there any change i can do . Pls help me to solve the issue.

    hi, i installed ios 5 for my iphone 4 and the camera function on lock screen was on the first few days , now it doesn't show the lock screen . is there any change i can do . Pls help me to solve the issue.

    nishaadp wrote:
    ... it stucks with the apple logo ,  nothing works. Is anything i can do?
    See Here for
    Frozen or unresponsive iPhone

  • Hello to everyone : I have a problem every time I try to open iTunes for windows 8 64bit... Program stops to work every time trying to access to the store... Is anyone able to help me to solve this issue? Thank you so much...

    Hello to everyone : I have a problem every time I try to open iTunes for windows 8 64bit... Program stops to work every time trying to access to the store... Is anyone able to help me to solve this issue? Thank you so much...
    N.B. iTunes version is the last one available from https://apple.com/it

    Hey sweetcake74,
    Thanks for the question. I understand you are experiencing performance issues with iTunes for Windows. The following articles may help to resolve your issue:
    iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
    http://support.apple.com/kb/TS1717
    Thanks,
    Matt M.

  • Please help me to solve the issue in my query.

    Hi All,
    Please help me to understand the mistake what i did in below query and help to resolve that.
    Actually i am trying to create a query to filter the records from db based on my input parameter.
       If my input parameter is 1(@showallrecords) then i need to show all the records which has the IsLatest as 1
       If my input parameter is 0(@showallrecords) then i need to show all the records which has the IsLatest as 0
    select * from tabel1 INNER JOIN tabel2    
    ON tabel1.KeyId = tabel2.KeyId 
    and (@showallrecords = 1 and tabel1.IsLatest = 1 )
    and (@showallrecords = 0 and tabel1.IsLatest = 0 )
    when i am executing the above query with the parameter @showallrecords = 1 ,db is returning 0 rows.If i am executing the above query after removed the last line and (@showallrecords = 0 and tabel1.IsLatest = 0 ) then records are coming.
    i understand that 1=0(last line) and the condition is not true.So its affecting the result.
    Please help me to solve this.

    select * from tabel1 INNER JOIN tabel2
    ON tabel1.KeyId = tabel2.KeyId
    WHERE (tabel1.IsLatest = @showallrecords Or @showallrecords=0)

  • Help needed with Safari CSS issues

    Hi Everyone
    I'm not sure if this is the best forum to post this in - but couldn't find anywhere more appropriate!
    My site, neilcauldwell.com, is suffering from two issues in Safari (it looks fine in IE6/7, FF and Opera);
    1. The 'Blog' page is supposed to show three 'windows' at the top for quick navigation between the main topics. However, these won't show in Safari 2 or 3 beta. Does anyone know how I fix this issue? Is it a problem with using overflow:hidden;? Is there not enough room for Safari to present all three boxes (they are packed in closely)?
    2. The footer is squashed into a narrow column on the left of the screen, but only in Safari 2 (3 beta doesn't have this issue). The div#footer has been given "float:left; overflow:hidden;" attributes. I've done some reading round and it looks likes the overflow:hidden; is the source of the problems. However, if I don't float the div#footer to the left, all the elements inside the footer are rendered correctly, but the div#footer doesn't wrap all the way round the containing elements and, therefore, appears only to be around 40px in height.
    If you can help solve these issues, you're a legend!

    You can use Edit...Update Thumbnail on selected images.  With 5K images, you'll probably want to do it in stages, perhaps one folder at a time.
    I don't think that Optimizing or Repairing the catalog will solve your problem, but I could be wrong about that....
    Ken

  • Help needed in solving issue regarding shwoing data

    Hello,
    I am using obiee 11g,I am trying to create a report for finding the usage for each user.
    Now i have auser column and usage 5 columns.
    Each usage column is from 4 tables,3 from 3 diff tables and 2 columns from 1 tables.
    I have a head prompt so that report gets filtered for head.
    And the users belonging to head will display in the report.
    Now the problem is especailly when i dont have data for a user for col4 or col5 of table4
    of the report in the database.The reports starts showing "No Data Found".Even though
    there are data for col1(tabe1),col2(table2),col3(table3).
    I can't put ifnull because there are no data itself its not as there are null data.
    So confused where am i going wrong?
    Users are coming from tableA with left outer join with othere table1,table2,table3,table4 on username
    Please help me out.
    Any help?
    Thanks

    Hi User,
    You can better go for "Save Current Customization" option available in Edit Dashboard to have user specifi default prompt values.
    Rgds,
    Dpka

  • Help needed in solving issue

    Hello,
    Using obiee 11g.
    I have a req like I have a prompt for showing 2 year value.
    Ita year and the previous year and now as soon as the year changes if i set the default value as the year,the year will change in the prompt also.
    Untill the user changes i dont want the value to change.
    The default selection should be set by the user.
    What i meant the default value should be set according to what the user wishes.
    Something like if i have the Apply button of the prompt,once i click Apply,it should ask me whether i should set this value as default.
    If i click Yes then set that value as default for prompt or else no change untill somebody else changes.
    Till that time it should use the value.
    Id it possible to do something like this?
    Thanks

    Hi User,
    You can better go for "Save Current Customization" option available in Edit Dashboard to have user specifi default prompt values.
    Rgds,
    Dpka

  • Help me to solve this issue: 50% of servers are down .

    Hi folks,
    I am new in OBI field and when I installed OBI 11g on my system everything is working fine except analytics URL:( http://localhost:7001/analytics ) its not working.
    nearly when I checked my ( em ) URL I got another issue Admin server is up and remaining are down, also I changed root. proprieties file by changing username and password.
    Please anyone can help to solve this problem ?
    And also how set oracle_instance (my obi path: E:\\BI11g\ ....... etc).
    Thank you

    Hi,
    thank u for your quick reply...
    i tried the way u said .. then it is not calling bean .. so do u know what may be the problem? for getting faces i did the following steps
    1. create a jsp page with jsf functionality
    2. create a bean
    3. edited faces config by adding the managed bean
    is there any thing more required ?
    then is there any good ide (light weight) for jsf ?

  • Urgent!help needed!!Payment issue!!!

    Last day I updated my credit cart info to make the payment and on the screen comes up a hint as follows:
    I updated the info for 6 times to make sure it is OK.Every time I update I receive a hint from my bank about $1,which in total is about $6 for 6 times.
    And words from the bank said the money for the creative cloud still remain in my account and was not charged.
    later I check with the customer service support and I was told the payment was not successfully.
    And in my transaction record there was no record of October.
    What is exactly the situation????
    Another problem is that can I change my email address?
    My email address which used to register is yahoo china .Yahoo China email has been shut down and I cannot log in any more.
    Urgent help is needed!! Anyone especially customer support from adobe can help me???Thanks you very much!!

    Hi Prasad,
    if you have performance problems with your table because of lots of different controls in it, then maybe you could try instead of that to create two tables, one for display of rows  (only textviews), and the other table for editing only one row (currently selected row). The second (for edit) table can be shown only when you want to add a new row, or edit selected row and it can be hidden when you are finished with editing selected row.
    In that way you can have one big table with only textviews and no events, and one small - one row table for editing with dropdowns, datepickers etc.
    You can put EditTable(the one for editing) above ShowTable (the one in which you display rows as textviews).
    ie.
    EditTable
    ShowTable
    Hope that helps,
    Ladislav

  • Please Help me in solving this issue. i am a newbie to coldfusion

    i want to use a single home page where i will show a form (which is in another file) to user to upload a file,after uploading (action file result) i want to show result of upload also on the same page.
    these are my three files:
    1. index.cfm
    <!-- start -->
    <html>
    <head>
    <title>HomePage</title>
    <cfajaximport tags="CFFORM">
    </head>
    <body>
    <cfdiv id="Main" style="width:1000px; height:600px" >
            <cfdiv id="Options" style=" width:100%;height:20%" >
                Welcome Admin, <a href="javascript:ColdFusion.navigate('FileUpload.cfm','Content')" class="settings">Update  </a><a href="#" class="logout">Logout</a>
            </cfdiv>
            <cfdiv id="Content" style=" width:100%;height:80%">
    <h2>Here Goes Form and FileUploading</h2>
            </cfdiv>
    </cfdiv>
    </body>
    </html>
    <!--  -->
    2.FileUpload.cfm
    <!-- start -->
    <html>
        <head>
            <title>
                Upload A File
            </title>
        </head>
        <body >       
    <cflayout type="vbox" name="layout1">
    <cflayoutarea>
        <cfform  enctype="multipart/form-data"  action="FileReceiver.cfm" >
                            File To Upload:
                            <cfinput type="file" name="Filename" size="50" >
                 <br/>       
                            <cfinput type="submit" name="UploadFile" value="UPLOAD THIS FILE">
                    <br/>
            </cfform>
    </cflayoutarea>
    <cflayoutarea>       
        <table border="1" >
                <tr>
                <th >
                    Directory Information
                </th>
                </tr>
                <tr>
                    <td>
                    <cfoutput >
                        CurrectDirectory Path: #getdirectoryFromPath(expandPath("index.cfm"))#
                    </cfoutput>
                    </td>
                </tr>
            </table>
    </cflayoutarea>
    </cflayout>
        </body>
    </html>
    <!-- -->
    3.FileReceiver.cfm
    <!---start-->
    <cfif isdefined('UploadFile')  >
    <cfoutput >
    <cffile nameconflict="makeunique"
    action="upload"
    filefield="Form.Filename"
    destination="#getdirectoryFromPath(expandPath("index.cfm"))#" > <!--- or destination="c:\Upload\"--->
            File upload was successful!
    </cfoutput>
    </cfif>
    <!-- -->
    when i click on "update link" index page shows the FileUpload.cfm page in one of its container but while uploading file
    i always get ERROR MESSAGE:
    Error retrieving markup for element cf_layoutarea736558924094373 : Invalid content type: application/x-www-form-urlencoded; charset=UTF-8. [Enable debugging by adding 'cfdebug' to your URL parameters to see more information]
    Kindly Help me doing it right...i am unable to figure out problem ...

    Ah, I found the cause of the issue: Coldfusion stores the properties of user-interface tags like cfdiv and cflayoutarea in the form scope. That is what is destroying your upload form. To see it, run the following test code:
    <cfdump var="#form#">
    <cflayout type="vbox" name="layout1">
    <cflayoutarea name="myLayoutArea123">
    <cfform >
    <cfinput type="submit" name="submit" value="Test by posting form to same page.">
    </cfform>
    </cflayoutarea>
    </cflayout>
    Now, the search for a possible solution.

  • Help needed in resolving query issue

    Hello all,
    Would appreciate any help on the following issue.
    Our process has a stored procedure, which used to take 6 mins to run.
    We are not sure what changed at what level, but now the query goes on forever( till database shuts down or we kill it), and never returns any result. Also, this is not consistent at all times. Sometimes(!!), it brings back results in expected time.
    Apparently nothing changed in the database.
    We checked and the query where it gets stuck is as follows:
    select a.x,
    b.y,
    c,z
    from a,b,c where
    b.header_id =a.header_id and c.property_id =a.property_id(+) and b.status_id in (1,0) and a.date(+)>c.date;
    It does not give any error or any mesg, when it reaches this query, and just hangs in there( Mind this was a working query since last 2 months)
    We are at a total loss at the inconsistent behaviour of this.
    Any help or advise would be greatly appreciated
    Thanks
    Aparajita

    I recommend you to post this as well here:
    Forums Home » Oracle Technology Network (OTN) » Products » Database » SQL and PL/SQL
    Discussion of Oracle SQL and PL/SQL issues
    PL/SQL
    Joel Pérez

  • Help needed to solve "java.io.NotSerializableException: java.util.Vector$1"

    hi to all,
    i am using a session less bean A to querry a Entity Bean B , which inturns calls another EntityBean C ,
    finally a ' find' method is invoked on the EntityBean C, In this a vector is created which holds 3 different vectors at different indexes, now the problem i am facing is that when Enity Bean B is returning the final vector to the A , it's firing out a errors that :-
    TRANSACTION COULD NOT BE COMPLETED: RemoteException occurred in server thread;
    ested exception is:
    java.rmi.RemoteException: null; nested exception is:
    java.rmi.ServerException: RemoteException occurred in server thread; ne
    ted exception is:
    java.rmi.RemoteException: null; nested exception is:
    java.io.NotSerializableException: java.util.Vector$1
    java.rmi.ServerException: RemoteException occurred in server thread; nested exc
    ption is:
    java.rmi.RemoteException: null; nested exception is:
    java.rmi.ServerException: RemoteException occurred in server thread; ne
    ted exception is:
    java.rmi.RemoteException: null; nested exception is:
    java.io.NotSerializableException: java.util.Vector$1
    java.rmi.RemoteException: null; nested exception is:
    java.rmi.ServerException: RemoteException occurred in server thread; ne
    ted exception is:
    java.rmi.RemoteException: null; nested exception is:
    java.io.NotSerializableException: java.util.Vector$1
    java.rmi.ServerException: RemoteException occurred in server thread; nested exc
    ption is:
    java.rmi.RemoteException: null; nested exception is:
    java.io.NotSerializableException: java.util.Vector$1
    java.rmi.RemoteException: null; nested exception is:
    java.io.NotSerializableException: java.util.Vector$1
    java.io.NotSerializableException: java.util.Vector$1
    <<no stack trace available>>
    ur any help would be highly appricated to solve out this prob.
    If i try to iterate through this vector it's gives IOR:0232003x343242344asdsd................................................blabla....................
    thanxs in adavance
    Deepak

    Hi I think you are using the method elements() in a remote method.
    This method can't be Serializable!! Because it returns an Interface. Interfaces are never Serializable.
    Regards,
    Peter

  • Help needed on hard drive issue

    hello,
    I have an ibook G4 which i love and cherish, however i am a music lover which is taking up most of the available memory at the moment, i now only have 10.39GB left on an 80GB hard drive.
    I have loosley browsed into buying an external hard-drive, for example the SmartDisk FireLite 80GB FireWire drive looks good, however i dont know if an external hard drive would allow me to play music, and allow music to go to my ipod when both are connected to my ibook; bearing in mind i would want to use the firewire for tranffering my music as its a lot quicker. (However i dont know if this is possible, as it didnt seem to be made clear?!)
    Not being a 'tekkie' - i dont even know if i can buy a bigger interal hard drive for it?? I know from looking at the store that i can buy more memory something like 512MB, however i know this isnt very big - and even what it would do to my ibook.
    If i brought an external hard drive can it link my - music, itunes and ipod all at the same time?
    Can i buy internal memory for my ibook?
    If i brought the external memory would it be better than the interal memory that would slot under the keyboard?
    Sorry for the long winded post i really didnt know how else to put it.
    Help would be much aprechiated,
    Ash
    ibook G4   Mac OS X (10.4.6)  

    Hi Ashlee,
    Welcome to Apple Discussions
    You may be talking about hard drive storage rather then memory ( RAM (Random Access Memory). Technically, they are both memory, but to differentiate between the two; most use the terms hard drive storage and RAM.
    I suggest getting a external hard drive over getting an internal installed because you risk complications. No matter who opens your iBook, you risk having future problems. The other reason is that its great for backing up your internal hard drive. One should always backup their hard drive just incase anything happens to your computer. One can't predict the day when a friend trips over their own feet; knocking your iBook on the floor with a huge crash. The most annoying thing to carry around when traveling is the Mac OS X install discs. I hate bringing them with me because I am in constant fear that I will loose them. The reason I bring them with me is because if something happens while I am away, I can troubleshoot my problem. I can startup from the install disc and then run Disk Utility, Archive and Install, Erase, and partition my hard drive. Once someone has a problem on the road; they will never leave their house without the discs. Instead of carrying around those discs, I partitioned one of my external hard drives into three sections, one for backup (140Gb), one for Mac OS X Tiger (10Gb), and the last one is for Panther (10Gb. I gave my girlfriend an iBook and she has Panther on it). This means I am equipped to startup my computer without using my internal drive.
    Have you ever lost your iTunes library or your TurboTax data? Well, by backing up your hard drive (internal to external), you can save all your vital data incase something happens. You will find it a life saver if anything ever happens.
    If you are looking into external hard drives, I suggest anything from LaCie, SmartDisk, or Western Digital
    I recommend the LaCie D2 Hard Drive Extreme w/ Triple Interface, SmartDisk CrossFire, or the WD Dual Option.
    I use a SmartDisk CrossFire for both my iTunes library as well as my iPhoto library. If you need help moving your iTunes library you might want to look at Knowledge Base Document #301748 explains How to Move Your iTunes Library.
    If you truly want an internal hard drive put into your iBook, you can get it done by an outside company like PowerBookResQ. It will cost you $350 instead of $160 for the external. With the external like the CrossFire, you get 160Gb, 2 FireWire Ports (so when your hard drive is plugged in you can still use FireWire), USB 2.0, and more at a lower price.
    If you want to upgrade your RAM; I suggest getting it at Crucial.com because they have a guide and a pretty good return policy.
    Would you like some recommendations for external hard drives? Do you want a portable hard drive (smaller/thinner/lighter/less power vs slightly bigger/more power/more storage/storage per gigabytes is cheaper).
    Jon
    Mac Mini 1.42Ghz, iPod (All), Airport (Graphite & Express), G4 1.33Ghz iBook, G4 iMac 1Ghz, G3 500Mhz, iBook iMac 233Mhz, eMate, Power Mac 5400 LC, PowerBook 540c, Macintosh 128K, Apple //e, Apple //, and some more...  Mac OS X (10.4.5) Moto Razr, iLife '06, SmartDisk 160Gb, Apple BT Mouse, Sight..

Maybe you are looking for

  • Contacts sync ****

    In Feb this year I tried to get rid of my Palm V and bought an iPod Touch. I was a happy man until end of June. Then contact sync **** broke out. I had to move to a different laptop that runs Outlook 2000 instead of Outlook 2003. Step #1: Try synchin

  • Unable to use variables of a function module in am enhancement spot

    Hi All, I have created an implicit code enhancement spot at the end of a function module. In this enhancement I am unable to access the local variables and the import/export variables of the function module. Is this the expected behavior or I am doin

  • HT4972 Update iphone 4 to iOS6.1.6 from iOS6.1.3 ...

    How can I update my iphone 4 to iOS6.1.6 from iOS6.1.3 and not iOS7.0.6?  Currently in iTunes, I can only do software update to IOS7.0.4.

  • What is the 2nd sensor on the front, right next to the ear speaker for, and can I cover it up with a screen protector?

    I received a package of screen protectors from Tech Armor today that were advertised to work for the iPhone 5, 5S and 5C.  They don't have a cutout for the second sensor on the front face that is to the left of the ear speaker. What is that sensor fo

  • One ID per computer??

    Hi all, perhaps I've found the problem with my failing to get an iTunes account... Although I'm accepted on this computer in these communities using my long held ID, BUT when I try in this same computer to log into iTunes I'm informed that my ID is o