Creating a custom view to be used in Discoverer

Hi Everyone,
I would like to create a view, that can be used in Discoverer.
I am new to Oracle and was wondering if
1) the hardcoded values in the WHERE clause can be made into variables
2) if (1) is true, can the Discoverer parms drive/be the values of the variables for the sql?
SQL statement is below,
tx for any assistance, Sandra
SELECT
S1.ID
, S1.NAME
, SA1.ACADEMIC_PERIOD
, SA1.STUDENT_ATTRIBUTE
, IJ.STUDENT_ATTRIBUTE
FROM STUDENT_ATTRIBUTE SA1
INNER JOIN STUDENT S1
     ON SA1.PERSON_UID = S1.PERSON_UID     
INNER JOIN
                         SELECT
                         SA2.ACADEMIC_PERIOD
                         , SA2.PERSON_UID
                         , SA2.STUDENT_ATTRIBUTE
                         FROM STUDENT_ATTRIBUTE SA2                              
                         WHERE SA2.ACADEMIC_PERIOD = '200920' AND
                         SA2.STUDENT_ATTRIBUTE = 'M4'
                         ) IJ
ON SA1.PERSON_UID = IJ.PERSON_UID                         
WHERE SA1.ACADEMIC_PERIOD = '200920' AND
     S1.ACADEMIC_PERIOD = '200920' AND
     SA1.STUDENT_ATTRIBUTE = 'SD'
ORDER BY S1.NAME

Hi Sandra
I'm glad you got it.
With regards to custom folders, I have to humbly disagree with the opinion expressed by my learned friend John. I have found that the most dramatic improvements I can make to a reporting system lie within the database. Within a tool there is usually nothing I can do to improve the performance that you get out of your database, but there is an awful lot you can do, and typically have done, to mess it up.
Above everything else, I am a reporting mentor and I get called in to work on systems where reporting is not working very well. I can tell you that rarely do I find that making changes to an EUL solves the problem.
Most of the time the fault lies in the database with it not being designed for reporting purposes. What I do is evaluate, formulate and activate. I analyze the problem, I work out the solution then I implement the solution. I have worked on systems where Discoverer reports, which granted are not the fastest in the world to begin with, have taken 30 minute or longer to run. When I am done I have these working in 1 minute or less. In a nutshell, or three words actually, you need to SIP your database, that is to summarize, index and partition the data within it in such a way that it has no choice but to behave.This is something you cannot do with a custom folder.
If anyone reading this is having trouble with a reporting system playing up you need to act now, change it or call someone who can, and make it perform the way you want. Your users will love you for it.
Best wishes
Michael
URL: http//ascbi.com
Blog: http://learndiscoverer.blogspot.com

Similar Messages

  • How to create a customized view in SCOM monitoring to view alerts

    Hi All,
    I am trying to create a customized view in SCOM 2012 R2 monitoring for command center team to have the alerts from Server OS, AD, Exchange and few other MPs. I understand that I can use the option "Create by Specific source" and by selecting the
    required sources but I don't want all the alerts from these sources to be listed there but only few alerts which the respective teams want it to be.
    Thanks in advance.
    Regards,
    Srini

    Hi All,
    I am trying to create a customized view in SCOM 2012 R2 monitoring for command center team to have the alerts from Server OS, AD, Exchange and few other MPs. I understand that I can use the option "Create by Specific source" and by selecting the
    required sources but I don't want all the alerts from these sources to be listed there but only few alerts which the respective teams want it to be.
    Thanks in advance.
    Regards,
    Srini
    Hi Srini,
    Based on the above requirement, You want to create a Dashboard view with Specific alerts but not all right ?
    Based on my understanding on your above requirement i created one in my SCOM. Please let me know if this is what you really wanted ?
    For the below you really need to know what are those alerts, ONLY those alerts you want to be displayed in the dashboard.
    Then Go to the Monitoring tab in SCOM and then Right click Active alerts and select New -> Select New Alert view
    When you select new alert view you will need to specify the Resolution state and the Specific alerts you want.
    In the below example i have selected "MSExchange Active sync Alert" as a example. So my goal is here such that only the alerts i have specified from my selection ( "MSExchange Active sync Alert") if it appears in New state will appear
    in this view not all other alerts.
    So for that i just used the below options:
    Resolution state & Alert name
    Resolution state = New
    Alert name = %MSExchange XXXXXXXX%
    Also as of i see there was no option for entering multiple alert names. But i think there is and i am still trying as it accepts some SQL Wild cards. So if any one has an idea what is the wild card what is to be used to mention multiple names in that Name
    view please let me know.
    Gautam.75801

  • Create a Custom View in Project Server 2010 that is Visible in MS Project

    Hello All,
    We want our PMs to consistently report Physical % Complete, but couldn't find an existing "Status" or "EVM" view.  So, in Project Server 2010, using Server Settings > Look and Feel > Manage Views, I created a customized project
    view using existing fields (no customized fields, if that matters).  The problem is that I cannot find the view when I open MS Project.  Under Manage Views, in the Format View section, I have selected "Gantt Chart (Views)" for the Gantt
    Chart format field.  The view defaulted to "Timesheet" for the Grouping format field.  Under the Security Categories section, I have selected My Projects and My Tasks.  I have not applied a Filter.  Any ideas why I cannot find
    this new custom view in MS Project?  
    Was I supposed to create the new customized view directly in MS Project?  If so, where would I find the steps to do that?  Thank you!
    Julie

    Julie --
    Nice try, my friend.  Your only mistake was trying to create the Microsoft Project view in PWA.  You have to open the Enterprise Global for editing in Microsoft Project, and then create the custom view and table in the Enterprise Global. To
    open the Enterprise Global for editing, click File > Info > Manage Enterprise Global.  When you finish creating the custom view and table, then save, close, and check in the Enterprise Global file, and then exit Microsoft Project completely.
    The next time you or any of your PMs launch Microsoft Project and connect to Project Server, the custom view and table will be visible for every current and future project.  Hope this helps.
    Dale A. Howard [MVP]

  • How to create new Custom XML Report without using Form Builder

    Hi,
    What are the steps to create new Custom XML Report without using Report Builder ?
    Thanks and Regards,
    Abhi

    Hi,
    Steps we now follow
    1)Create Data Model in Reports Builder
    2)Create xml
    3)Insert xml in Publisher to build Fomat
    4)FTp rdf
    5)Create Data Definition and Template
    6)Create executable and Concurrent Program
    Is there any way we can build reports without use of Report Builder ? By writing PL SQL Package for Before Report and After Report etc ...
    Thanks and Regards,
    Abhijit Rode

  • Creating a custom view in WEB UI

    Hi Experts,
    There is a requirement to create a custom view having few fields of oppurtunity.
    Please let me know which is better way of achieving;
    1. Copying the standard SAP oppurtunity view of component BP_BPBT.
    2. Creating a new custom view with user-defined fields.
    This view should be displayed in assignment block of accounts.
    Though the SAP standard oppurtunity view is available in BP_HEAD, it is not allowing to display the standard view again in our assignment block.
    Could you please let me know the steps to follow for achieving this task. (any of 2 ways)
    Regards,
    Santosh

    Hi Santosh,
    You have to place the following code in WD_USAGE_INITIALIZE:
    WHEN 'ZBP_BPBT'.
              CALL METHOD iv_usage->bind_context_node
                EXPORTING
                  iv_controller_type  = cl_bsp_wd_controller=>co_type_component
                  iv_name             = iv_usage->usage_name
                  iv_target_node_name = 'PARTNER'    " Node of the MAIN component
                  iv_node_2_bind      = 'PARTNER'.   " Node of the embedded component
                CALL METHOD iv_usage->bind_context_node
                  EXPORTING
                    iv_controller_type  = cl_bsp_wd_controller=>co_type_component
                    iv_target_node_name = 'BUTTONSAVE'    " Node of the MAIN component
                    iv_node_2_bind      = 'BUTTONSAVE'.   " Node of the embedded component
    And if you want to access the component controller from a view, you can access it by 'me->COMP_CONTROLLER'.
    If you are in component controller class, it is just 'me'
    Regards
    Leon

  • How to find how name of view and table using in Discoverer report

    Hi all,
    Please help me, i have requirement, i need name of views and tables used in discoverer reports.
    plz help its urgent.
    regards,
    Vivek Gautam

    As per my knowledge goes, We can see from Administrator which Folder is associated with a Workbook. Else you may have to manually open each and every workbook and look for the objects.

  • Can I create a custom XMP panel but using the exact same fields from standard XMP panels?

    Hi,
    I am new to XMP and not very technical, so please excuse me if this sounds like a stupid question!
    I have managed to create my own custom panels for Photoshop using the Generic Panel method with my own custom fields and they work fine. However what I need to do now is create a custom panel that uses the exact same fields from some of the standard panels. The reason being is that I have 4 fields that need to be integrated into another non-adobe system (Extensis Portfolio) that recognizes standard XMP fields, but at present these 4 fields are spread across different standard panels and it would be much easier for the user in Photoshop if they were all together on one panel.
    An example field is the "Additional Model Info" field that currently resides on the standard IPTC Extension panel. If I fill in a value in this field on a JPEG then open the the image in Extensis Portfolio, then the field is also filled in in a field called IPTC - Model Info, displaying a key of Iptc4xmpExt:AddlModelInfo.
    Is there a way I can take this standard field and use it on a custom panel, so that it can still be filled in in Photoshop and the value viewed in Extensis Portfolio? Sure I can create a custom panel and create a field called "Additional Model Info" but I can't figure out how to connect it to the corresponding field in Portfolio. I tried changing the  xmp_property name="Iptc4xmpExt:AddlModelInfo" but this just broke the panel.
    Is what I am trying to do possible and if so how and can it be done using the Generic Panel method?
    Many thanks!

    I am trying to do the same thing but with only the IPTC Keywords field. Searching everywhere but no luck.
    Thanks!

  • Custom View Missing when using NSToolBar

    Hi all
    I have a window with a custom view on it ( PreferencePanelWindowController.h .m .xib ). And I have two views ( PreferenceGeneral.h .m .xib and PreferenceLogging.h .m .xib ) which can be loaded into the custom view.
    Now the General view loads when the window is opened however if I add an NSToolBar to the window then the General view won't load when opening the window.
    This is the case both when I create the NSToolBar programmatically or if I simply use interface builder to pop the Toolbar on.
    Why would this be and how would I get round this.
    Incidentially I have tried reloading the view in awakefronib and windowdidload.
    Cheers
    Steve

    Adding on from the above
    I have
    - (void)awakeFromNib
        [self buildToolBar];
        [self changePreferencesViewController : kPreferencesGeneralTag];
    - (void) buildToolBar
        _toolbarItemList = [[NSMutableArray alloc]init];
        _toolbarItems = [[NSMutableDictionary alloc] init];
        // Create Tool Bar Buttons
        [self createToobarButton : _general          : @"General"        : @"General"        : @"NSPreferencesGeneral"       : @""];
        [self createToobarButton : _registration     : @"Logging"   : @"Logging"   : @"NSPreferencesLogging"       : @""];
        _toolbar = [[NSToolbar alloc] initWithIdentifier:@"preferencePanes"];
        [_toolbar setDelegate:self];
        [_toolbar setAllowsUserCustomization:NO];
        [_toolbar setAutosavesConfiguration:NO];
           [self.window setToolbar:_toolbar];
    Ok if in awakefromnib I remove [self buildToolBar]; then the view loads but obviously there is now no toolbar.
    Futher more you can leave that in and remove [self.window setToolbar:_toolbar]; in the buildToolBar method which obviously stops the toolbar drawing but the view loads.
    So why would drawing the toolbar stop the custom view loading even though the view method is run after the toolbar method.
    Thanks
    Steve

  • Navigate to custom views in PDF using C#

    Dear Team,
    I have a PDF file with many custom views . Its having a page only . But its having lots of view.  its customized pdf file. It has tool bar  to select the views.
    now i want to control the views drop down in tool bar using c# .
    Is it  possible with acrobat x Reader pdf viewer control  ? or do i need to buy the tool for this?
    its very urgent ...
    Thanks to get back to me regarding this ... as soon as possible...

    http://Thanks for your information. can you give some sample codes to me ?
    Please find in above for my requirements. Thanks to help me .
    Thanks !

  • Creating a custom component in multisim using *.lib and *.olb files

    i have  *.lib and *.olb files for a pspice model. which file i have to you while creating a custom component in multisim.

    Hello,
    Thanks for your question. In order to create simulatable custom components in Multisim you need a SPICE model (Multisim can also understand PSpice Models). The file format for SPICE model can be different according to the manufacturer, for instance: *.cir, *.lib, *.llb. At the end of the day these files are text files that you can open with a text editor, therefore, you can simply copy and paste the model in Multisim.
    Here are two good resources on component creation:
    Component Creation 101
    Creating a Custom Component in NI Multisim
    When you reach the step where you need to enter the SPICE model, simply open the *.lib or *.olb file with a text editor, and copy and paste the model.
    Hope this helps.
    Fernando D.
    National Instruments

  • Creating a custom view - define NavBar ID

    Hi Guys,
    Well im new to all this but like ive got some preliminary knowledge. The problem is i started off with the cookbook but somehow got blocked. I wanted to create my own views.
    As far as ViewSet and ViewAreas and Views are concerned i got through. But here is the problem How am i suppose to link them.
    I mean where? and what sort of changes are required.
    Coz what ive been through till now was not much of a help. The problem is that when i followed the examples i was supposed to get automatically generated in and outbound plugs. So i dint get any.
    In navigation bar which way should i follow. I mean in the Navigation Bar entry i tried to hang up one. But it was obviously wrong one so i had runtime errors. Where and how should i define my NavBar ID so it can be called.
    My question is getting uglier. So id stop. I hope ud understand.
    Regards,
    Ragwan

    Thanks alot Anand,
    But where am i supposed to define this TargetID in SPRO. Coz right now im through with the link but its not shown in the browser. As soon as click on this defined link of mine i come up with a browser window with std. SAP Header and footer but the rest is gone. I think the way you have pointed out its because of this missing hook.
    Thats why i wanted to know the exact location where in SPRO am i supposed to hook it up. I know it sounds a bit preliterate, but i'd appreciate your help.
    Regards,

  • Create a custom viewer app for the iPad and iPhone

    This question was posted in response to the following article: http://help.adobe.com/en_US/digitalpubsuite/using/WS67cb9e293e2f1f60c5dd08612e5ea7d27f-7ff f.html

    Okay, so just to clarify, once I build the viewer app (using the DPS App Builder) that I want to use with Apple products I submit it to Apple - without any folios? Then once I gain approval from Apple I will be given the proper information to publish folios to the app? May seem like a dumb question but the reason I ask this is because currently I cannot see any of the folios that I have created in the testing/developer app. - even though they have been uploaded to the folio producer and are listed as public and free. This is the part that is still "fuzzy" to me. When do I submit the viewer app for Apple consideration/approval?

  • How to create a custom transition for further use?

    Hi,
    I created a transition which looks like CoverFlow (like in iTunes): clip moving from full screen to the left hand side in a distorted position with a reflection underneath, then fading out while on the right hand side the new clip fades in and moves then to full screen. Looks rather nice...
    Instead of typing all the keyframed coordinates again and again, I would like to make it into an transition effect which I use just like all the other transitions.
    Is there a way to do this in FCP 5.1.4?

    Well...
    One way to do this would be to razorblade apart the actual keyframed portions of the outgoing clip, then past attributes> motion and filters

  • Creating a custom defined brush to use as a watermark

    Hi there - I have reviewed a couple of videos on how to create a watermark "stamp" by using the define brush option. However after following all of the instructions up to the point where I am supposed to select the area to define I can go no further. It says to select the image/text and then go to edit -> define brush. When I do this the define brush option is faint and I cannot select it. The videos all appear to be done using Elements 11 or earlier. It this a glitch with 12?
    example videos:
    http://www.theblogmaven.com/watermark-photos-photoshop-elements/
    http://www.essential-photoshop-elements.com/watermark-brush.html
    Thanks muchly

    ThIs tutorial works:
    http://www.elementsvillage.com/forums/showpost.php?p=2610&postcount=14

  • How to Create a Custom Project Site Template Using Visual Studio

    I know how to make changes and save a site as a template but I need to be able to create a new project site template during deployment to different environments. Trying to have this not be a manual process.

    Hello,
    This article might help:
    http://blogs.msdn.com/b/sambetts/archive/2013/10/17/creating-a-clean-visual-studio-solution-from-a-sharepoint-2013-site-template.aspx
    Start with a default Project Site (create a new site from the Project site template) and save out the WSP then import into VS.
    Paul
    Paul Mather | Twitter |
    http://pwmather.wordpress.com | CPS

Maybe you are looking for