How to create reports with the prompts like the pre-defined reports ?

We are analyzing pre-defined report: Historical Pipeline Analysis. When executed we can see the prompts for Pipeline Fiscal Quarter and Pipeline Fiscal Year.
If we open this analysis I cannot see how this prompt have been built.
If I save this pre-defined report (without any change) to My Folders and execute it from here, the prompts are gone.
I´d appreciate any help.
Antonio

I have the same issue. The prebuilt reports are actually dashboards, which is why the dashboard prompt filters show up.
I'm not sure how they get it to be a link like that on the reports tab (since the link doesn't point to a dashboard URL ).
Any idea how to get this same effect assuming I built the dashboard/prompt around updated report?

Similar Messages

  • How to create subfolders with names corresponding to the filenames

    Hello outhere,
    sorry to ask this here, but I'm a complete noob with Actionscript.
    Can anybody please tell me if this is possible at all and perhaps give me some hint how to manage this:
    I would like to be able to do something like this:
    I have a source folder with files.
    The files do have different extensions, which are not important for the actions
    The filenames consist of a 8digit, some have some additional strings which are not important for the action.
    Example filename: 14123456.tif or 1423456YT.jpg
    I would like to create a folder structure where each of the 8digits of the filenames represents a subfolder (which needs to be created when not there) and then move the file into this subfolder, overwriting exinsting files with the same name without prompt.
    So for the file 14123456YT.jpg the script should create a folder structure like:
    Foler "1" with a subfolder "4", with a subfolder "1" etc. and move then this file into this subfolder. Again: it is only about 8 digits, if there are addition strings after the 8th digit, this does not need a subfolder (like "Y" in the above example". The next file in the source might have a complete different number.
    I do not expect that somebody creates this for me, not at all.
    But before I dive into the Applescript I would like to know if this is possible at all. Of course I would be happy for any hints to scripts that are similar to what I want so that I can use this as a starting point.
    Thanks for any discussions on this matter,
    gb5256

    It looks like (on a British system with "." as the decimals separator), coercion from a string to an integer will round up with a "." - "1234.567" becomes 1235 - and will ignore a "," - the same string becomes "1234567". On a continental system, this will likely be the other way around.
    In these circumstances, I think the only option you have is to iterate through every character to check that it's a number. This will take slightly longer, but it will at least guarantee that nothing other than a number will work. I have made the change below. Note that the 'exit repeat' takes you out of the repeat loop as soon as an illegal character is found.
    <pre style="
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: 10px;
    margin: 0px;
    padding: 5px;
    border: 1px solid #000000;
    width: 720px; height: 340px;
    color: #000000;
    background-color: #FFDDFF;
    overflow: auto;">
    tell application "Finder"
    set theFolder to choose folder --asks for user to select a top level folder
    set topLevel to theFolder --holds the path to the top level
    set fileList to document files of theFolder --gets every document file in the top level folder
    repeat with theFile in fileList --iterates through the files
    set fileName to name of theFile --sets variable to name of the file
    set thePath to characters 1 thru 8 of fileName --gets first 8 characters of the file name into a list
    set numeric to true
    repeat with theChar in thePath
    if theChar is not in "0123456789" then
    set numeric to false
    exit repeat
    end if
    end repeat
    if numeric then
    repeat with subFolder in thePath --iterates through the list of characters
    if (subFolder as text) is in "0123456789" then --checks for numeral
    if not (exists folder named subFolder in theFolder) then --checks if folder with this name already exists
    set folderName to (subFolder as text) --puts name into a variable
    set theFolder to (make new folder in theFolder with properties {name:folderName}) --makes the new folder
    else
    set theFolder to folder subFolder of theFolder --if the folder exists, move down to that level
    end if
    end if
    end repeat
    if not (exists file named fileName in theFolder) then
    move theFile to theFolder --move the file from the top level to the bottom of the folder hierarchy
    end if
    set theFolder to topLevel --start again from the top
    end if
    end repeat
    end tell </pre>
    Message was edited by: Bernard Harte

  • How to create a multi column item like the one in LOV's

    Hi,
    We have a big problem while building our application.
    We want to create an item where a user can select a line with multiple columns in it.
    Does anyone know how to build this????
    Thanks,
    Eduard Haaijer

    You can use the concatenation ( || ) in the select statement for the LOV.
    Ex- Select firstname||' '||lastname from emp;
    Let me know if your query was something else.

  • Report with query form (like the old Webview)

    In the old webview days, you could easily create a report that had query parameters. Is there a wizard or form that makes this easy.
    From what I can tell it looks like I create the report, then create another region and populate it with fields.
    Is this automated in any fashion?

    Daryl,
    While this is not built-in functionality of HTML DB, you can re-use the code from my QBE application, which is hosted on HTML DB Studio:
    http://htmldb.oracle.com/pls/otn/f?p=18326:7:::::P7_ID:1222
    Thanks,
    - Scott -

  • How to create a version that looks like the "quick preview" image?

    Is there a way to easily create a version that is similar in appearance (mostly apparent as saturation)to what is seen when hitting the P key and viewing the "quick preview"? I shoot raw (Canon .cr2) and find that for many of my shots, the "quick preview" would be a nice starting point, and often a fine end-result, for saturation. Any hints welcomed. Thanks. Fred

    Thanks for your comments and I certainly agree with your suggestions. I was hoping that there was something that I was overlooking that would essentially work like a "lift/stamp" and let me find settings that were embedded in the camera generated jpg. I know that you know your way around Aperture, so if you don't have a trick up your sleeve, I think it's probably not to be found.

  • How to create custom thumbnails per episode like the TED videos on Apple TV?

    Not many podcasts do this but I do see TED for example have a different thumbnail per episode on Apple TV (note: iTunes shows different thumbnials because it picks a frame from the video). I'm referring to Apple TV 2 to be precise. Can't figure this out....
    Thanks in advance,
    -g
    PS Our podcast is ChatChow.tv

    They're the same podcast: one is the feed and one is the iTunes Store page. I checked the latest episode: it has an image embedded in the media file which shows until you start playing the video (right).
    There are also two additional tags in within the 'item' tags for the episode, a 'media:thumbnail' tag and an 'itunes:image' tag, both containing an image of a saucepan of brussel sprouts:
    neither of these tags is recognized by iTunes (only the 'itunes:image' tag in the top section of the feed, and that only in the Store, not when subscribing).
    What does the Apple TV show? - is it this image?

  • Creating an Exception Report with a Prompt

    All,
    Having difficulties with this report, and I wanted to see if I'm trying to make it do too much.
    Report: Opportunities Exception Report
    Prompt: List of exceptions we are tracking (ie...Custom Field #1 not populated, Source not populated, etc).
    I tried to combine criteria to account for each exception (since each exception is based on a seperate field), but doing so prevents me from then adding a Prompt. I have also created individual reports to account for each exception. I'm wondering what the best approach would be to achieve the results I need?
    Is it possible to:
    1. Combine all individual exception reports (all have same columns, with first column hard-coded to identify which exception type that report contains) into one master exception report, with a prompt on the column that lists the exception type?
    2. Create a prompt to a master report that, when selected, applies exception criteria that is appropriate for what is chosen from the Prompt?
    3. Somehow work with a Master that that has all the exceptions built into the combined criteria, but still gives a Prompt to select which criteria you're wanting to see?
    Thanks in advance for any/all help.
    Regards,
    JT

    Mike,
    Thanks for your response. Looking at the suggestions you gave, the first two wouldn't work for this scenario because of what it is we're trying to do. Essentially, we're just trying to find the missing pieces of data that the Sales Team didn't enter in on an Opportunity. So every report is going to be like this:
    1. Show me ALL Opportunities that do not have field 1 populated. (Exception Type 1)
    2. Show me ALL Opportunities that do not have field 2 populated. (Exception Type 2)
    3. Show me ALL Opportunities that do not have field 3 populated. (Exception Type 3)
    The report with combined analysis worked great in putting these exceptions into one report, but you're limited in what you can do with it.
    I've toyed with the pivot table, but if have a drop down list of the exception types, can I then change the filter of the complete Opportunity list to be the just the one you select?
    Thanks again for your response,
    JT

  • How to create hierarchical LOV and CR front end or wrapper report to replace the JSP code in BO4.0?

    Hello CR experts ,
    My requirement is - There are customer names & region names ,Client wants to go for dynamic cascading prompt and hard code the customer name ,bu t they DON'T WANT customer names to be appear in the cascading dynamic prompt input values (they wants to make customer names as confidential ) ,
    Reporting tool Name - Crystal reports ,
    Source - UNV
    Older versions like BOXIR2 / BOXIR3  they used JSP to achieve this ,it worked fine ,Now they need to do the migration of older CR to new  CR reports 2011 ,
    In CR 2008 they achieved this through Business Views (Hard coded the customer names in JSP and called it in the CR 2008 ),
    SAP BI4.0 won't support BV ,
    Could you please help me in detail , how can i achieve it .
    Thanks ,
    Pradeep Gorpadu

    Hi Pradeep,
    BI 4.0 still has Business Views and CR 2011/CR 2013 still support them.
    CR for Enterprise does not support Business Views though.
    Where do you wish to create the functionality? In the Universe or the CR Designer?
    If it's the Universe, then is it a .unx or a .unv Universe?
    CR 2011/CR 2013 will Not support a .unx Universe; only CR for Enterprise will.
    If you're trying to create the prompts at the Universe level, then you've posted the question to the wrong space. You should post to the Semantic layer space.
    -Abhilash

  • Put the prompt on the same screen with the report

    Hello all,
    I have a prompt on a report and when i run the report i will first get the prompt after i select the prompt elements then it will take me to the report and i have a request now to put the prompt on the same screen with the report. I am curious to know how i can do that. Could you please let me know
    Thanks,
    RC
    Edited by: user1146711 on Nov 4, 2011 8:59 AM

    Here you are looking to have report prompt and report on the same page which is not possible.
    If you still want to achieve this ..then create a report with all columns say reprot1 and report2 your prompts.
    Go to dashboard ...add ...report2 prompts on the above...report2 with all columns 1 down...
    Now when you see .....report prompts on top and report on down....now when you select some prompt it will take you to the new page....
    Use guided navigation.

  • How to create Rules with Flex Field mapping in the bpm worklist

    I Have created a flex field label and was able to map to the flex field attributes .
    But when i try to create a rules , I don't see the label or the flex attributes in the task payload .
    Can someone please help is understanding how to create Rules with Flex Field mapping in the bpm worklist .
    Even I am also searching for any scripts which will take the flex fields prompts and can directly create a label in the bpm worklist .
    Any pointers or suggestion is highly appreciated .

    Hi,
    SE38 -> Enter program
    Select Variants button and display. In the next screen, enter a variant name, (If not existing , press Create to create new one), else click on Change.
    Now the selection screen will display with a button "Variant Attributes" at the top.
    Click on that button.
    In the next screen, go to the selection variable column of the date field. Press F4 or drop down and select 'D' for date maintenance.
    In the column "Name of Variable (Input Only Using F4)" press F4 or drop down, select whichever kind of date calculation you want and save the variant.
    Now whenever you run the prgrm with this variant, date will be displayed by default.
    Regards,
    Subramanian

  • How to create Matrix with Group report layout in xml

    Hi,
    i would be glad if anyone could tell me How to create Matrix with Group report layout in xml?
    Here i am attaching the required design doc
    below is the code
    select COST_CMPNTCLS_CODE,
    -- crd.RESOURCES,
    NOMINAL_COST,
    cmm.COST_MTHD_CODE,
    -- crd.COST_TYPE_ID,
    gps.period_code
    -- ORGANIZATION_ID
    from CM_RSRC_DTL crd,
    gmf_period_statuses gps,
    CM_MTHD_MST cmm,
    CR_RSRC_MST crm,
    CM_CMPT_MST ccm
    where gps.period_id = crd.PERIOD_ID
    and crd.cost_type_id = cmm.cost_type_id
    and crd.RESOURCES = crm.RESOURCES
    and crm.COST_CMPNTCLS_ID = ccm.COST_CMPNTCLS_ID
    and gps.period_code in (:p_period1, :p_period2, :p_period3)
    group by COST_CMPNTCLS_CODE, cmm.COST_MTHD_CODE, gps.period_code,NOMINAL_COST
    order by 1,2,3,4.
    The o/p of the report shoud be as given below
              Period-1     Period-2     Period-3     Period-4
    COMPONENT                         
    LABOUR - DIRECT                         
         Actual     1     2     3     4
         Actual Rate     10     10     10     10
         Standard Rate                    
         Var%                    
    DEPRICIATION-DIRECT                         
         Actual                    
         Actual Rate                    
         Standard Rate                    
         Var%                    
    OVERHEAD - DIRECT                         
         Actual                    
         Actual Rate                    
         Standard Rate                    
         Var%                    
    LABOUR - IN DIRECT                         
         Actual                    
         Actual Rate                    
         Standard Rate                    
         Var%                    
    Thanks in advance

    Your friend is obviously not a reliable source of HTML
    information.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Mr.Ghost" <[email protected]> wrote in
    message
    news:f060vi$npp$[email protected]..
    > One of my friends advised me to develop my whole site on
    the layout mode
    > as its
    > better than the standard as he says
    > but I couldnot make an ordinary table with rows and
    columns in th layout
    > mode
    > is there any one who can tell me how to?
    > thanx alot
    >

  • How create header with user id time date to VC-report's output as display ?

    How create header with user id time date to VC-report's output as display ?
    This info should come from the VC - not all the way from R3-side via FunctionModule/BABI. So only userid, date, time to output as normal text (which is not editable of course). Thanks =)

    Hi ann-mari
    Go through following link may it help u
    Form Item disabled based on portal role
    /people/community.user/blog/2007/01/17/visual-composer-explorations-using-portal-roles-to-influence-ui-element-behavior
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/vc/usingrolestoinfluenceapplication&
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/vc/passingvaluesvia+URL&
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ad182ac7-0a01-0010-4fb8-8a4d217b19c1
    Best Regards
    ````Satish````

  • How to export 2 different report with a link at the same time

    Hi,
    Do anybody know how to export 2 different report with a link at the same time. I currently create a report which link to another report. But when I want to export the 1st report I also want the 2nd report also be exported.
    Thank you very much.
    Best Rgds,
    SL Voon

    Export all the three components individually.
    It will generate 3 script files. Now run them from SQL>
    null

  • I am trying to find out how to assign files with particular extensions to the appropriate software. At the moment when I create a file using Word it is apparently given the extension .docx but Word doesn't recognise its own files. How do I alocate th

    I am trying to find out how to assign files with particular extensions to the appropriate software. At the moment when I create a file using Word it is apparently given the extension .docx but Word doesn't recognise its own files. How do I allocate the extension .docx to Word? There used to be a way of doing it, I think under "Preferences" but I can't seem to find it.

    Still in the same location:
    File > Get Info > Open with (select) > Change All (button)

  • How to Create IView with the HTML Content

    Hi Friends,
    Give me steps how to create IView with the static html file.
    Regards,
    Lakshmi Prasad.

    Hello thr...
    follow the below link for the required steps.
    [KM Document iView|http://help.sap.com/saphelp_nw04/helpdata/EN/fc/cf14bcd42911d5994400508b6b8b11/frameset.htm]
    You need to upload the document onto KM. Then you will be able to create the KM Document iView.
    Cheers!!!
    Biroj Patro.

Maybe you are looking for