Distinct not working in Request

Hi,
I wanted to display the list of active reports in a Dashboards, i pull in the *"Report Name"* and the *"Dashboard Name"* columns, but as Reports are used Multiple times in Dashbaord i am getting duplicate names of the reports. I need to keep the Dashboard Name column. I have select distinct from the Advance Tab and the SQL also shows the distinct
SELECT DISTINCT Topic."Report Name" saw_0,
Why is the distinct not working. I am building this in a Table as i do not have any measures.
Rgds,
Amit

For that you have to check the SQL that OBIEE generates.
http://gerardnico.com/wiki/dat/obiee/manage_session_log
You can also use a pivot view to suppress the double line:
* Copy just a string column (dashboard or report) in the measures section
* and choose for it the aggregation max or min
Cheers
Nico

Similar Messages

  • Distinct not working in OBI 11.1.1.6.2

    Hello Experts -
    We have recently upgraded our OBIEE environment from 11.1.1.5 to 11.1.1.6.2 and we are facing a strange issue.
    The ditinct which the OBIEE uses internally is not getting applied. We are getting duplicates even for the column which is the primary key in the BMM and Physical layer.
    We have also checked the diticnt supported option in the features tab in physical layer. But it is not working.
    Could you please help in here, it is sort of urgent.thank you all.

    Hi,
    OBIEE will never apply distinct on a primary key column. Primary key is supposed to be unique. To test ,remove the primary key property on the column, obiee will automatically include distinct clause.
    Regards,
    Dpka

  • DISTINCT not working with  wmsys.wm_concat

    Need help on this :
    I need distinct in group concat,wmsys.wm_concat is not working in PL/SQL but its working out side PL/SQL.Am i not using function correct way ? my Oracle version 11g,R2.
    Not Working in PL/SQL :
    create or replace procedure ttp
    as
    begin
    insert into tt1(cnt1,deptno1,sumt,cbranch)
    select count(no),count(deptno),sum(tot),wmsys.wm_concat(DISTINCT branch) from tt group by deptno;
    commit;
    end;
    ERROR :
    LINE/COL ERROR
    4/1 PL/SQL: SQL Statement ignored
    5/48 PL/SQL: ORA-30482: DISTINCT option not allowed for this function
    16:42:43 SQL>
    Working in SQL :
    select count(no),count(deptno),sum(tot),wmsys.wm_concat(distinct branch) from tt group by deptno;
    Thanks,
    Edited by: user607128 on Oct 30, 2011 1:50 PM

    Hi,
    I don't know why DISTINCT doesn't work in PL/SQL. You might need to do two GROUP BYs; one to get distinct branches, and the other to collapse that down to one row per deptno:
    INSERT INTO tt1 (cnt1, deptno1, sumt, cbranch)
    WITH   got_distinct_branch     AS
         SELECT    deptno
         ,       branch
         ,       COUNT (no)          AS count_no
         ,       COUNT (deptno)     AS count_deptno
         ,       SUM (tot)          AS sum_tot
         FROM       tt
         GROUP BY  deptno
         ,            branch
    SELECT       SUM (count_no)
    ,       SUM (count_deptno)
    ,       SUM (sum_tot)
    ,       LISTAGG (branch, ',') WITHIN GROUP (ORDER BY branch)
    FROM       got_distinct_branch
    GROUP BY  deptno
    ;You didn't post CREATE TABLE and INSERT statements for your tables, so I can't test it.
    Don't use wm_concat; it's not documented. Since you have Oracle 11.2, you can use LISTAGG, or, if you really need the DISTINCT feature outside of PL/SQL, the user-defined STRAGG which you can copy from the following page:
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:2196162600402

  • Have down loaded Yosemite over Mountain Lion. Indesign CS 5 is not working and requests Java script CE6. Apple stated Java 10 , but it still does not operate although Bridge works so as Light room and Photo Elements. How do I solve this problem

    Have down loaded Yosemite over Mountain Lion. Indesign CS5 does not operate although Bridge, Light room and also Photoshop elements operate OK A sub menu from Indesign request Java SE 6, after a long play with Apple  I end up with Java 10 How can I solve this problem rapidly. Pity apple do not test there products before offering them to the public. It costs us. Many thanks Davi E-C 

    It isn't Apple's job to ensure third party software works with a new OS. But Java 6 is here:
    Java for OS X 2014-001

  • My process does not work, with request!

    Hi, I have a process which make some changes.
    Here is the condition:
    Request = Expression 1
    Expression 1:
    SOLVE
    I have a list. One of items send a request SOLVE.
    It doesn't work.
    When I call this process using button, it works.
    Please, help me!
    Regards, Kostya Proskudin

    Kostya,
    In your example the process does not fire in either case.
    It does not fire when the list item is clicked because, although the URL has SOLVE in the request position, the process in question is an after-submit process. Using the link, you just show the page, so after-submit events don't fire.
    In the button case, which does submit the page, the button request value is set to TEST_BUTTON, so the process does not fire because it needs a request value of SOLVE. I'm sure it works in your real application, though.
    Scott

  • Reply/Reply All distinction not working

    When I do a Reply instead of a Reply All when responding to a message from a mail list or listserv Mail responds to the list or listserv address instead of the address of the individual who sent the message to whom I want to respond privately.
    Is there some way I can get this to work?
    Thanks,
    Eric Weir

    The issue is caused by the list software setting the Reply-To: header field in the email. I run a lot of lists, and never enable the list software forcing replies back to the list, as it causes no end of accidental replies that were intended to be private landing on lists. I subscribe to some lists where people insist on setting this, though. Where possible I bring the emails in via systems where I can alter the emails before they get into a mailbox for retrieval, but that's not always possible.
    So like you, I'd like a solution to this. Mail.app provides the necessary hook, insofar as mail rules allow the running of a script as part of the action upon match. I am looking for someone who has the skill with applescript to write a script that will remove the Reply-To: header from a message. If such were written, then using it from a rule would solve your problem (and mine too).

  • Restriction in Rows Selection not working

    Hello,
    I  have a requrement where i need to restrict the material based on the date
    output is
    Sno Material                                       date           quantity
    1      Material > 90 days                  5/7/2012        20
            material within 90 days          12/31/2011      5
                                                            1/2/2012        10
    like this
    Material > 90 days is material exist 90 days from current system date Ex. for Feb 7,2012 ./ the range is may 7 ,2012
    material within 90 days is material  +  or - 90 days.. ex, for Feb 7,2012 .. the range is Dec 7,2011 to May 7,2012
    I created a new selection in Rows for material and restricted based on 0DAT variable with offset.
    its not working.
    Request you to help on this
    Thanks
    Bala

    Hi, Malkit.
       I am not quite clear with this "Earlier it was working fine but some how it stopped although custom OVS is working fine when i remove the restricted filed, all the values come properly".
    Can you please explain what happened more clearly?
    Have you tried executing your QueryByElements with projectID in PDI?
    Regards,
    Fred

  • Index.jsp page is not working.

    hi
    i have created one simple webpage and save as index.jsp.
    when i upload this file and i check it with URL it gives me file not found.
    is there any mistake.
    I have used Netbeans 5.5..
    when i run this file in NetBeans it is working perfectly. But as i upload and then check on my Firefox browser it gives file not found.
    then i saved it as a index.html then it is working perfectly. but with .jsp extension it's not working..
    request you to give me suggestions..
    you can mail me also ... thanks
    thanks
    discuss
    ([email protected])

    hi...
    think its the problem with URL you have given in browser...
    if you have a page in your application named index.html, we can load the page by this URL.....
    http://localhost:8080/myapp/
    where myapp is the folder where u have index.html
    if u r saving it as index.jsp the URL should be like this.
    http://localhost:8080/myapp/index.jsp
    U have to give the full path of the file in URL...
    Hope this will work..

  • Oracle Drive specific features not working

    I have set up Oracle Drive against two 10gR2 instances. Both of them fail with different messages.
    There are no issues with MS Web Folders, also most of this functionality works in Oracle Drive.
    When I try to use Drive specific functionality like "set properties", this fails with following messages.
    1. One of them fails with HTTP-404 after using machine name in the URL as opposed to using Virtual Host name
    2. Second one fails with similar error message but this is missing virtual host name or server name in the URL.
    I can't find any Oracle Drive logs to debug. So, my questions are ..
    1. how can I debug Oracle debug?
    2. Does Oracle drive support virtual host?
    3. If so, why is the above behaviour
    Users are keen to use Oracle Drive. So, any help (ASAP) would be appreciated.
    Regards,
    Bala Avula
    Kinetic Software Ltd

    Hi Christian,
    Sorry I didn't get back to you so far. I just noticed that this account is using old email address and I didn't recieve any update when you replied.
    Here are some answers to your questions.
    0) Bye the way one of the servers works now after recent portal repository copy (ptlconfig was run as part of it)
    1) I tested view page, access control and set properties options. All of these fail.
    2) I was looking for log files in the wrong place. Found them now and from the logs, it looks like one of the sites is not getting proper values for OPTIONS query.
    Here is the reply from server that works.
    ==== Request ===================================================================
    OPTIONS /dav_portal/portal/ HTTP/1.1
    Content-Type: text/xml
    Content-Length: 133
    Accept: */*
    Host: devinfo.united-glass.co.uk:7779
    Connection: Keep-Alive
    User-Agent: Windows Client 4.3 (build 12)
    Authorization: Basic ****************
    <?xml version="1.0" ?>
    <D:options xmlns:D="DAV:">
    <Orcl:menulist xmlns:Orcl="http://xmlns.oracle.com/portal/oradav"/>
    </D:options>
    ==== Reply ============================= reply time 1943 ms ====================
    HTTP/1.1 200 OK
    Content-Type: text/xml; charset="utf-8"
    Set-Cookie: portal=9.0.3+en-us+us+AMERICA+C50FA4B405C748BCA1DCBEA4AA945F2D+4F1321F3C7185B361FA993BDEF81AF9A5C7A3D52E417988AFBDAA4D2F94A1B0AE0F3E66338F66F278D85FED4B6E7F5DD8D2FF36DF7632769EA1309A302AE20163B4888CBB4D17A4A; domain=.united-glass.co.uk; path=/dav_portal/portal
    Connection: Keep-Alive
    Keep-Alive: timeout=5, max=999
    Server: Oracle-Application-Server-10g OracleAS-Web-Cache-10g/10.1.2.0.0 (N;ecid=5824288353905,0)
    Content-Length: 1953
    Date: Thu, 18 Aug 2005 15:27:23 GMT
    MS-Author-Via: DAV
    Allow: OPTIONS, GET, HEAD, POST, DELETE, TRACE, PROPFIND, PROPPATCH, COPY, MOVE, LOCK, UNLOCK
    DAV: 1,2
    <orcl:OraclePortalMenu xmlns:orcl="http://www.oracle.com/oradav/xythos/"><orcl:Members><orcl:MenuItem orcl:DisplayName="Set Properties" xml:lang="en" orcl:url="http://devinfo.united-glass.co.uk:7779/pls/portal/PORTAL.wwsbr_menu.process_menu?p_menu_name=property&amp;p_is_member=true&amp;p_dav_prefix=/dav_portal/portal&amp;p_path=##PATH##" /><orcl:MenuItem orcl:DisplayName="Change Access Control" xml:lang="en" orcl:url="http://devinfo.united-glass.co.uk:7779/pls/portal/PORTAL.wwsbr_menu.process_menu?p_menu_name=access&amp;p_is_member=true&amp;p_dav_prefix=/dav_portal/portal&amp;p_path=##PATH##" /><orcl:MenuItem orcl:DisplayName="Preview Content" xml:lang="en" orcl:url="http://devinfo.united-glass.co.uk:7779/pls/portal/PORTAL.wwsbr_menu.process_menu?p_menu_name=preview&amp;p_is_member=true&amp;p_dav_prefix=/dav_portal/portal&amp;p_path=##PATH##" /><orcl:MenuItem orcl:DisplayName="View Versions" xml:lang="en" orcl:url="http://devinfo.united-glass.co.uk:7779/pls/portal/PORTAL.wwsbr_menu.process_menu?p_menu_name=version&amp;p_is_member=true&amp;p_dav_prefix=/dav_portal/portal&amp;p_path=##PATH##" /></orcl:Members><orcl:Collections><orcl:MenuItem orcl:DisplayName="Set Properties" xml:lang="en" orcl:url="http://devinfo.united-glass.co.uk:7779/pls/portal/PORTAL.wwsbr_menu.process_menu?p_menu_name=property&amp;p_is_member=false&amp;p_dav_prefix=/dav_portal/portal&amp;p_path=##PATH##" /><orcl:MenuItem orcl:DisplayName="Change Access Control" xml:lang="en" orcl:url="http://devinfo.united-glass.co.uk:7779/pls/portal/PORTAL.wwsbr_menu.process_menu?p_menu_name=access&amp;p_is_member=false&amp;p_dav_prefix=/dav_portal/portal&amp;p_path=##PATH##" /><orcl:MenuItem orcl:DisplayName="View Page" xml:lang="en" orcl:url="http://devinfo.united-glass.co.uk:7779/pls/portal/PORTAL.wwsbr_menu.process_menu?p_menu_name=preview&amp;p_is_member=false&amp;p_dav_prefix=/dav_portal/portal&amp;p_path=##PATH##" /></orcl:Collections></orcl:OraclePortalMenu>
    Here is the reply from server that does NOT work.
    ==== Request ===================================================================
    OPTIONS /dav_portal/portal/ HTTP/1.1
    Content-Type: text/xml
    Content-Length: 133
    Accept: */*
    Host: info.united-glass.co.uk:7777
    Connection: Keep-Alive
    User-Agent: Windows Client 4.3 (build 12)
    Authorization: Basic ************************
    <?xml version="1.0" ?>
    <D:options xmlns:D="DAV:">
    <Orcl:menulist xmlns:Orcl="http://xmlns.oracle.com/portal/oradav"/>
    </D:options>
    ==== Reply ============================= reply time 1852 ms ====================
    HTTP/1.1 200 OK
    Content-Type: text/xml; charset="utf-8"
    Set-Cookie: portal=9.0.3+en-us+us+AMERICA+0CAD20EE8A924CC5BB8F6CE84A107D0C+B1812814BE667200A940FD2AF2C795BA3EE4B9659FB2D82DD4058EFCBB335EBB255CC9F2C71111F0A4C51632C9DFBE2FF0D80D97F97B6CBC1167A6B9DAA661210DB1DB5B5A05D22F; domain=.united-glass.co.uk; path=/dav_portal/portal
    Connection: Keep-Alive
    Keep-Alive: timeout=5, max=999
    Server: Oracle-Application-Server-10g OracleAS-Web-Cache-10g/10.1.2.0.0 (N;ecid=8092027261765,0)
    Content-Length: 1694
    Date: Thu, 18 Aug 2005 14:25:09 GMT
    MS-Author-Via: DAV
    Allow: OPTIONS, GET, HEAD, POST, DELETE, TRACE, PROPFIND, PROPPATCH, COPY, MOVE, LOCK, UNLOCK
    DAV: 1,2
    <orcl:OraclePortalMenu xmlns:orcl="http://www.oracle.com/oradav/xythos/"><orcl:Members><orcl:MenuItem orcl:DisplayName="Set Properties" xml:lang="en" orcl:url="http:/portal/PORTAL.wwsbr_menu.process_menu?p_menu_name=property&amp;p_is_member=true&amp;p_dav_prefix=/dav_portal/portal&amp;p_path=##PATH##" /><orcl:MenuItem orcl:DisplayName="Change Access Control" xml:lang="en" orcl:url="http:/portal/PORTAL.wwsbr_menu.process_menu?p_menu_name=access&amp;p_is_member=true&amp;p_dav_prefix=/dav_portal/portal&amp;p_path=##PATH##" /><orcl:MenuItem orcl:DisplayName="Preview Content" xml:lang="en" orcl:url="http:/portal/PORTAL.wwsbr_menu.process_menu?p_menu_name=preview&amp;p_is_member=true&amp;p_dav_prefix=/dav_portal/portal&amp;p_path=##PATH##" /><orcl:MenuItem orcl:DisplayName="View Versions" xml:lang="en" orcl:url="http:/portal/PORTAL.wwsbr_menu.process_menu?p_menu_name=version&amp;p_is_member=true&amp;p_dav_prefix=/dav_portal/portal&amp;p_path=##PATH##" /></orcl:Members><orcl:Collections><orcl:MenuItem orcl:DisplayName="Set Properties" xml:lang="en" orcl:url="http:/portal/PORTAL.wwsbr_menu.process_menu?p_menu_name=property&amp;p_is_member=false&amp;p_dav_prefix=/dav_portal/portal&amp;p_path=##PATH##" /><orcl:MenuItem orcl:DisplayName="Change Access Control" xml:lang="en" orcl:url="http:/portal/PORTAL.wwsbr_menu.process_menu?p_menu_name=access&amp;p_is_member=false&amp;p_dav_prefix=/dav_portal/portal&amp;p_path=##PATH##" /><orcl:MenuItem orcl:DisplayName="View Page" xml:lang="en" orcl:url="http:/portal/PORTAL.wwsbr_menu.process_menu?p_menu_name=preview&amp;p_is_member=false&amp;p_dav_prefix=/dav_portal/portal&amp;p_path=##PATH##" /></orcl:Collections></orcl:OraclePortalMenu>
    You can seee from the logs that URLs constructed for 2nd one is in complete. Any ideas on fixing this?
    Regards,
    Bala

  • 'Get All New Data Request by Request' option not working Between DSO n Cube

    Hi BI's..
             Could anyone please tell me why the option ' Get one Request only' and  'Get All New Data Request by Request' is not working in DTP between Standard DSO and InfoCube.
    Scenario:
    I have done the data load by Yearwise say FY 2000 to FY 2009 in Infopackage and load it to Write-optimised DSO (10 requests) and again load Request by request to Standard DSO and activate each request. I have selected the option in DTP's to  'Get All New Data Request by Request' and its working fine between WDSO and SDSO. But not working between Cube and SDSO. While Execute DTP its taking as a single request from SDSO to Cube.( 10 request to single request).
    Regards,
    Sari.

    Hi,
    How does your DTP setting looks like from below options ? It should be change log, assuming you are not deleting change log data.
    Delta Init. Extraction from...
    - Active Table (with archive)
    - Active Table (without archive)
    - Archive ( full extraction only)
    - Change Log
    Also if you want to enable deltas, please do not delete change log. That could create issue while further update from DSO.
    Hope that helps.
    Regards
    Mr Kapadia
    *Assigning points is the way to say thanks*

  • I have a problem with wifi in my iphone 4s, i already try everything and download latest version 7.1(11D167) but wifi switch is not working, its my humble request to Apple support team that pls resolve this problem as soon as possible because

    I have a problem with wifi in my iphone 4s, i already try everything and download latest version 7.1(11D167) but wifi switch is not working, its my humble request to Apple support team that pls resolve this problem as soon as possible because its a prestiage of Apple Company.
    Pls inform me how can i resolve the problem of wifi.

    You have to go to autherized iPhone agent.

  • Effects not working? "Could not complete your request because of a program error?"

    Hey guys&gals - I have always had this problem when working in RGB/CYMK modes - can anyone help me with that?
    More more importantly, now I am getting in in Grayscale mode as of this morning.
    I run Photoshop 6 V 13.1.2 x64 and just updated it this AM.
    Effects are crucial for my job, so I need this fixed asap!!
    I have tried the ctrl, alt, shift start up to no avail. Restarted, shutdown my PC as well.
    Please advise!
    Thanks,
    blaqgranitelaser

    Found the places I was supposed to - now what? Photoshop isn't crashing... doesn't give me any info other than a box saying "Could not complete your request because of a program error." And I have no choice but to click OK. This only happens when I try to use the layer effects in any color mode. Originally it was only in RGB/CMYK but now also happens in Grayscale.
    I'm not technologically savvy - I know what programs I use, but that is all.

  • Why is it when I go to open a file in Photoshop cc I get a "Could not complete your request because of a program error".  I have uninstalled and re-installed software,  It works for a short time then I get that error again when i go to open a file.  Thank

    @Why is it when I go to open a file in Photoshop cc I get a "Could not complete your request because of a program error".  I have uninstalled and re-installed software,  It works for a short time then I get that error again when i go to open a file.  Thank you!

    Without proper system information and other details like what files you work with  nobody can tell you much. From corrupted prefs to issues with your PS swap file to actual problems with the fiel storage this could be anything.
    Mylenium

  • I am trying to open a service request and the site does not work.

    I am trying to open a service request and the site does not work with ANY browser. I get the page https://getsupport.apple.com/GetParts.action which says "Send in for service. We just need a little more information." The continue button does not work. I've seen this problem before trying to file support requests. It's as if Apple simply does not want you to create requests.

    I just went through several screens and had no problems.  Try clearing your browser's cache and/or history.

  • I bought the Keynote app for my MacBook, but when I open the application and try to install it, I get an error message saying that the application will not work with my MacBook. What gives? And, can I please request a refund? ($19.99 = a week's groceries)

    I bought the Keynote app for my MacBook, but when I open the application and try to install it, I get an error message saying that the application will not work with my MacBook. What gives? And, can I please request a refund? ($19.99 = a week's groceries).
    Thank you for your help! - I did try looking for all available specs about Keynote on the Apple iTunes website, and found nothing that could help me. HELP!

    1
    Close all iWork applications
    2
    Uninstall Keynote; this must be done with an application remover tool to delete the installation properly. Appcleaner is known to work correctly for this purpose, it is free and can be downloaded from here: Appcleaner Download
    3
    empty the trash
    4
    shutdown the Mac and restart. After the start up chime, hold down the shift key until the apple logo appears
    let the Mac complete the start up procedure completely, it will take longer than usual as the hard drive is being repaired
    5
    Reinstall Keynote by logging into the Mac App Store using download / install

Maybe you are looking for