Prompts for different report blocks

Hello All,
I have a report which has two sections on the Summary Report.both report sections are filteres on prompts input by user
Top Section =   based on the 'date' from the user response
Bottom Section = based on 2 prompts  'date' plus the 'RSO' from the user respond
Right now I have  Date and RSo in my query filter as prompt. But  RSO prompt should not apply to second block of report.How can I achieve this?
Thanks in advance.

Thanks Yuvraj,
But I have to display the both report blocks in single report which i am doing in webi the report was input both prompts but one prompt had to effect on one block and another block has data based on both prompts.This is my req...Can I creating 2 separate queries and display in the report output in the below fashion as 2 report block in single report ?
query 1
prompt RSo and Date
Query
only Date

Similar Messages

  • Elevate wrapper / auto prompt for different user credentials APP-V 5.0 for e.g SCCM / SCVMM Consoles

    Hi I have a couple of questions about running APP-V programs as a different user,
    1. What is the best way to get specific APP-V 5 package to automatically prompt for different (e.g. Admin ) credentials when it launches for E.g the Microsoft System Centre consoles? 
    2. If I publish an app via the APP-V server, when I do a shift right click run as different user/admin on an APP-V package it fails to launch. It's as if the other user does not have rights to the package?
    However, when I run the MSI that comes with an APP-V package on a test client, I can do Run as different user.
    Will I need to edit something in the DeploymentConfig / UserConfig xml files?
    Kind regards,
    Pete

    Thanks will use global publishing.
    To test elevated run as, I decided to try and create a Powershell script for launching Certificate Manager.
    This is what I had.
    A file called Test.PS1
    Start-Process powershell -Credential $ID -ArgumentList “Start-Process -FilePath $env:SystemRoot\System32\mmc.exe -WorkingDirectory $PSHOME -ArgumentList $env:SystemRoot\System32\certmgr.msc -Verb RunAs”
    A shortcut created to Test.ps1 on Desktop
    C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -executionpolicy bypass -NoProfile -WindowStyle Hidden -file C:\PS2\Test.ps1
    This worked but when I came to package it it didn't work
    The shortcut changed to  the below in the package and wouldn't launch.
    C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -executionpolicy bypass -NoProfile -WindowStyle Hidden -file %ALLUSERSPROFILE%\Microsoft\AppV\Client\Integration\4307428B-B418-4C08-B9CA-14DA9FCB1C8C\Root\Test.ps1 /appvve:4307428B-B418-4C08-B9CA-14DA9
    I can see instructions on how to embed a powershell script in deployment / user config, but no instructions on how to package a powershell script.

  • Financial Reporting: One prompt for all reports in a book

    I want to prompt once for all reports in the book for year and month. Right now it prompts for each report. I see that you can select to "respond at book level" but I don't know if that will solve the problem and I can't see how to make that drop down appear.
    Books points of view are set to User POV for year and month now. When I try to edit the memebr selection I see member names, sub var and User POV but no prompt choice.
    Thanks for any help you can provide.

    user644540 wrote:
    I want to prompt once for all reports in the book for year and month. Right now it prompts for each report. I see that you can select to "respond at book level" but I don't know if that will solve the problem and I can't see how to make that drop down appear.
    Books points of view are set to User POV for year and month now. When I try to edit the memebr selection I see member names, sub var and User POV but no prompt choice.
    Thanks for any help you can provide.I suggest you may repost the message in Planning and Budgeting forum for FR related issues.
    Cheers!

  • How to use different default parameter value for different report subscriptions

    In ssrs is it possible to define different default parameter values for different subscriptions? In the following example I have a report which has two subscriptions with different start date and end date values:
    Report name – Testsubscription.rdl
    Subscription-1
    Input parameter (default values):
    start_date = first day of current Month
    end_date = till date
    Subscription-2
    Input parameter (default values):
    start_date = first day of current Quarter
    end_date = till date
    I know an alternative way of doing this would be to copy the rdl file with a different name but I am curious whether this can be done within a single report definition file. I am using SQL Server 2008 R2 Standard Edition.
    Thanks!
    spp

    Hi sppdba,
    As per my understanding, there is a report with two parameter: start_date and end_date, you want to configure subscription for the report, and set different default values for start date and end date. And you want to know if it is possible to achieve you
    goal by using a single report definition file.
    Since you are using SQL Server 2008 R2 Standard Edition, we need to achieve your goal by configuring two subscriptions for the report. For detail information, please refer to the following steps:
      1. In design surface, right click start_date and open Parameter Properties dialog box.
      2. In General pane, type Name and Prompt, set Data Type to Date/Time.
      3. Click Available Values in left pane, select Specify Values.
      4. Click Add button, in Label text box, type “First day of Current Month”, click (fx) button in Value section, then type the expression like below:
    =DateSerial(Year(Now()), Month(Now()), 1)
      5. Click Add button, in Label text box, type “First day of Current Quarter”, click (fx) button in Value section, then type the expression like below, then click OK.
    =DateSerial(Year(Now()), (3*DatePart("q",Now()))-2, 1)
      6. Right click end_date and open Parameter Properties dialog box.
      7. In Available Values pane, select Specify Values.
      8. Click Add button, in Label text box, type “Today”, click (fx) button in Value section, then type the expression =Today(), then click OK.
    Now that the parameters are created, we need to configure subscription for the report. For detail information, please follow these steps:
      1. Open Report Manager, and locate the report for which you want to create a new subscription.
      2. Hover over the report, and click the drop-down arrow.
      3. In the drop-down menu, click Manage. This opens the General properties page for the report.
      4. Select the Subscriptions tab, and then click New Subscription.
      5. Select the delivery extension and data source for the subscription.
      6. Select a method of delivery, then choose report delivery options.
      7. Specify conditions that cause the subscription to process and delivery to occur.
      8. Set start_date to First day of Current Month, end_date to Today, then click OK.
      9. Create a new subscription as step4 to 7, set start_date to First day of Current Quarter, end_date to Today, then click OK.
    The following screenshots are for your reference:
    For detail information about Creating Standard Subscriptions, please refer to the following document:
    http://msdn.microsoft.com/en-us/data/ms156307(v=sql.105)
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu
    If you have any feedback on our support, please click
    here.

  • Reuse Crystal report Viewer For different reports - unload cache

    So I am migrating from crystal reports basic to crystal reports 2008. I have hit a stumbling block. Rather than have a new page and report viewer for each report I decided it would be easier to have one report viewer and send to it in session variables the report I wish to run and appropriate parameters. This seemed to work fine in CR basic.
    Now I have upgraded the viewer works fine for the first report I run however it then caches this report and doesn't seem to clear it down, if the new report has different parameters I will get a parameter error. If I run a report requiring the same parameters I will get the original report not an updated one.
    I believe I need to leave the CrystalReportSource cache on in order to page the report (correct me if I am wrong)
    I have taken a few snippets of code, is this possibly running too late in page life cycle have I missed something or is there a way to force a cache clear:
    protected override void OnLoad(EventArgs e) {
    //setup report in viewer with correct db logon
                    CrystalRepSource.Report.FileName = report;
                    SetupLogonInfo(CrystalRepSource);
                    //add parameters
                    AddParam(paramFields, pfItem1, dcItem1, "@year", year);
                    AddParam(paramFields, pfItem2, dcItem2, "@school", school);
                    AddParam(paramFields, pfItem3, dcItem3, "@division", division);
                    AddParam(paramFields, pfItem4, dcItem4, "@progArea", progArea);
                    AddParam(paramFields, pfItem5, dcItem5, "@type", SessionHandler.record_type);
                    AddParam(paramFields, pfItem6, dcItem6, "@filterText", "School = \'" + school +
                                                            "\' Division = \'" + division
                                                            + "\' Programme Area = \'" + progArea
                                                            + "\' Record Type = \'" + SessionHandler.record_type_text + "\'");
    CrystalViewer.ParameterFieldInfo = paramFields;
    private void SetupLogonInfo(CrystalReportSource CrystalRepSource)
            TableLogOnInfo logOnInfo = new TableLogOnInfo();
            logOnInfo = CrystalRepSource.ReportDocument.Database.Tables[0].LogOnInfo;
            ConnectionInfo connectionInfo = new ConnectionInfo();
            connectionInfo = logOnInfo.ConnectionInfo;
            connectionInfo.DatabaseName = Application["db"].ToString();
            connectionInfo.ServerName = Application["server"].ToString();
            connectionInfo.Password = Application["pass"].ToString();
            connectionInfo.UserID = Application["user"].ToString();
            CrystalRepSource.ReportDocument.Database.Tables[0].ApplyLogOnInfo(logOnInfo);
        private void AddParam(ParameterFields paramFields, ParameterField pfItem, ParameterDiscreteValue dcItem, string fieldName, string value)
            pfItem.ParameterFieldName = fieldName;
            dcItem.Value = value;
            pfItem.CurrentValues.Add(dcItem);
            paramFields.Add(pfItem);

    ok so I have tried changing the code to:
    CrystalRepSource.ReportDocument.SetParameterValue("@year", year);
                    CrystalRepSource.ReportDocument.SetParameterValue("@school", school);
                    CrystalRepSource.ReportDocument.SetParameterValue("@division", division);
                    CrystalRepSource.ReportDocument.SetParameterValue("@progArea", progArea);
                    CrystalRepSource.ReportDocument.SetParameterValue("@type", SessionHandler.record_type);
                    CrystalRepSource.ReportDocument.SetParameterValue("@filterText", "School = \'" + school +
                                                            "\' Division = \'" + division
                                                            + "\' Programme Area = \'" + progArea
                                                            + "\' Record Type = \'" + SessionHandler.record_type_text + "\'");
    private void Page_Unload(object sender, EventArgs e)
            try
                    CrystalRepSource.Report.DataSources.Clear();
                    CrystalRepSource.Report.Parameters.Clear();
                    //CrystalRepSource.ReportDocument.Close();
                    //CrystalRepSource.ReportDocument.Dispose();
                    CrystalRepSource.Dispose();
                    CrystalViewer.Dispose();
                    GC.Collect();
            catch { }
    I experimented with various bits in the page unload as you can see I have commented a bit out at present as it was throwing an exception. The SetParametersValue while handy (will clean the code up a bit) didn't make any difference I am still getting the same issue.

  • Date prompt for Answers report.

    Hi,
    I created a report in Answers. I created a prompt on a date field which shows when the Account was closed. I foramtted the date field into a custom date format and the results also display in that format. for ex: the format I created was DD-MMM-YY. When I create a prompt for this field the drop down values show as 4/24/2008 12:00:00 AM, But I want the drop down for the prompt to be displayed as the same format as the column i.e DD-MMM-YY. This is for just a regular report prompt (column filter prompt) and not any dashboard prompt. How can I acheive this? Thanks.

    hi,
    But the prompt displays DD/MM/YYYY. How can I make the prompt also display DD-MMM-YY? Also if I create a dashboard then how do I use the same prompt with DD-MM-YY formatIn both the report and prompt fx use the following syntax and make is prompted on report column "fx"
    EVALUATE('TO_CHAR(%1,%2)' AS CHARACTER ( 30 ),Dim-Date.REPORT_DATE, 'DD-MON-YY')
    Thanks,
    Saichand.v

  • Bypass a prompt for broadcasted reports-designer only

    Dear All,
    I'm having a little question concerning @prompt, as I used it in WHERE clause
    to force users to choose only dimension value at a time ('mono' option) to lower
    down number of datas.
    But as reports designer I'd like to bypass this prompt .. is-it possible through
    standard option ? or should I implement a technical trick like create 'ALL' in lov
    and make this value available only for designer?
    I noticed an optional value user:0 in @prompt syntax but coulnd find any documentation
    related to this, does anybody know how to use it ?
    Thanks for your help,
    Rgds,
    Nicolas

    By bypassing the prompt do you mean that the users should not be prompted to enter values in the prompt rather it should pick up a default value and generate the report on the basis of that.
    There is no such way in Designer to bypass a prompt. We can add ALL in the LOVs of the object but still user's will be prompted for the value, here they can select ALL from the LOVs. You can also specify to Keep the Last Values Selected in the prompt. Hence everytime the report the prompt will appear with the Last Value that was passed. You can either change it if you want or can refresh the report with the same value.
    To achieve this you can use "Persistent" parameter.
    This parameter keeps the last entry in the prompt as the default value when reusing the prompt.
    The syntax of @prompt then becomes:
    @prompt('prompt','Data Type','LOV',Mono or Multi,Free or Constrained,Persistent or Not_Persistent,,User:0)
    Here the User:0 or User:1 is used to specify the order of prompts as they should appear in the report.
    BO XI 3.0 also has a feature of "Optional Prompt". You can define a prompt as optional, hence its not mandataory for the user to enter a value in the prompt.
    I hope this should help.

  • Single prompt for multiple reports in a webi doc

    I have a webi document with three reports; each three has it's own query.
    I want to apply a date prompt one each report; how do I create a prompt that could accept date value only once and apply on all three queries.
    I tried to put the date prompt on each query separately and it prompts for all three; means I have to enter same date value three times.
    Please advise.
    Thanks

    Hi Ahmed,
    BO differentiate prompts on the basis of its definition.
    You must use the same prompt definition in all the three queries to display it once while asking for the user response:
    @Prompt('Text','A'\'D',{'Class\LOV Object'},mono\multi,free\constrained)
    P.S.  you need to drag it separately in the 3 queries.
    Regards,
    Rohit

  • How to remove prompt for Allow or Block message when opening a web link?

    THE ENVIRONMENT:
    User audience running version of Adobe Reader 5.x-8.x on Microsoft Windows XP Professional SP2 platform.
    Our web platform is Windows 2003 server, web site address: http://www.uzlicek.cz/default.aspx?ido=95&sh=216233947
    THE ISSUE:
    We produce pdf documents with lot of hyperlinks. In new versions of Acrobat and Reader you have to click Allow or Block button before going to the site. It is very annoying for our readers.
    There are probably two directions of solution: either modify somehow the pdf document or somehow edit end readers Adobe Reader security settings (or add the document to trusted documents list.
    THE QUESTION:
    Is there any possibility how to preset Allow all web sites in Preferences/Trust manager/Internet access from pdf file.../Change settings in such a way, that reader of pdf document is not forced to confirm access to external web site?
    Some common thing should work for playing multimedia, the problem is the same, asking and confirming all the time...
    Thanks in advance for suggestions of resolving this behavior.

    I find these "security" warnings that pop up in Adobe Reader to be a little absurd. All I want to do is create a PDF with a couple of links to websites. How is this any different than creating a webpage with a couple links?
    My web visitors certainly don't get a "trusted site" warning box every thime they click on a link. Yet, the pdfs I create force my readers to see not only one, but two different warning boxes before they can do anything with the pdf.
    First they get a security warning for connecting to a website, and then they get another message box asking them if they want to "manage trust for multimedia content." Good lord. Talk about scaring people away. Is there really any good reason why my PDF audience should have to go through all this hassle?

  • Prompts for returning report

    SQL*Plus
    What techniques are there for prompting the user in inputting a primary key that will be used to produce a report based on one table?
    For example the table is:
    CUSTOMER(customer_id, name, address)
    Message was edited by:
    Arlas

    This doesn't seem to work.
    ACCEPT customer_id CHAR PROMPT 'Enter Customer ID > '
    select      c.customer_id, a.account_id, ca.account_type, o.order_id
    from     customer c, account a, customer_account ca, customer_order co, order o
    where     a.account_id  =  c.account_id
    and     c.customer_id = ca.customer_id
    and     c.customer_id = co.customer_id
    and     co.order_id   = o.order_id
    and     c.customer_id = '&customer_id';It returns:
    old   8:  and c.customer_id = '&customer_id'
    new   8:  and c.customer_id = ''
    no rows selectedIt seems as if the ACCEPT statement is of o use because it skips past the prompt and uses no value.
    I tried something else. I tried to first give the ACCEPT statment separately and game a customer ID, then i input the select statement and now it seems to work. Unfortunately it seems need to do it this way although i need to give 2 inputs for just one report.
    Ideas?
    Message was edited by:
    Arlas

  • Keep getting prompted for different iTunes accounts

    When attempting to update the apps on my 4S, iTunes alternately asks me for the password for two different iTunes accounts: the original one I created for my boyfriend's iPod, then the one I set up for use with my iPhone. How can I keep it from doing this?
    Now, I will admit, I have no idea how the phone was set up at the Apple store. I was getting irritable standing in line and dealing with AT&T so my boyfriend finished the purchasing and set up of the phone with the associate. I have reason to believe that the original set up was with his Apple ID, but I thought I seperated our accounts and changed everything (including creating my own Apple ID/iTunes account). I can always download apps under the iTunes account I created. But, when I use the App Store app to update my apps, sometimes I prompted to enter the password for my boyfriend's iTunes account andother times I have to enter the password for mine.
    Wassup with that?

    deaonerox wrote:
    When attempting to update the apps on my 4S, iTunes alternately asks me for the password for two different iTunes accounts: the original one I created for my boyfriend's iPod, then the one I set up for use with my iPhone. How can I keep it from doing this?
    You have aps from both your accounts on the iPhone.
    Delete the apps purchased on your boyfriends account from your iPhone.

  • Compare and adjaust configuartion for different Report Servers

    Hi All,
    in one OFM-environment (11.1.1.6.0), I need to find and adjust different configuartion between reports servers.
    I can see in EM only ONE Report Server under asinst_1 and colud not find other Report Server (in-process-server). In addition, I can see both Reports Server with showjobs...
    What is wrong and how can I solve that?
    Regards,
    Moh

    Hi Moh,
    check the following support note that I think will answer your question.
    Reference
         Where is the in-process Reports Server in Fusion Middleware Control Site 11g? (Doc ID 862602.1)
    Regards, RZ

  • Different authorisations in different reports?

    Hello,
    I'd like to ask: how can I assign different authorisations for the same user for different reports?
    Example:
    I have a report of sales by customer, additionally groupped by Key Account Manager (KAM)
    KAM
    ....\_____ Customer
    and another one, where data is presented for Customers, groupped by Consultants (CON):
    CON
    ....\_____ Customer
    Both reports are based on the same multiprovider.
    Moreover, both KAM and CON are IObjects which have Customer as a reference char. I'd like to present reports to Key Account Managers and Consultants, showing their sales to respective Customers. But only theirs, not other KAMs' or CONs' sales.
    The point is - one person can be a KAM for one sale, and a CON for another one (although, those are two separate IObjects, they share master data with Customer).
    I have therefore made an authorisation for one user, giving him rights to view 'his' KAM, and ":" CON. After that, I have used this authorisation in a role, and assigned it to the user. This way, the report No. 1 provides correct data - only sales where KAM is the chosen user, regardless of values of CON (the IObject itself is not even present in the query, therefore the ":" has been used).
    How can I arrange the authorisations, so that this user can open the second report, presenting him sales to customers for which he was assigned as a CON?
    To put it shortly:
    How can I give user 001 rights to view all objects AA and only one value of object BB in report ABC1
    but give him rights to view only one value of object AA and all values of object BB in report ABC2?

    Hi,
    OK! try this following work around:
    Make it language dependent again . and unmap in transfer rules  ( cross symbol ).
    remove the info object in right panel too. and write the routine as follows.
    IF TRAN_STRUCTURE-sprache = ' '. ( write code of japanese langauge )
    And tran_structure-sprache = ' ' ( write code for chinese langauge )
      RESULT = 'e'.
    else.
    RESULT = TRAN_STRUCTURE-sprache.
    endif.
    activate the transfer rules and try uploading data again!
    Thanks,
    Ravi

  • ComboBox control for Crystal Reports

    <p>Does anyone know if there are combobox style controls that can be used in crystal reports? We&#39;re using Business Objects XI R2 and Crystal Reports Developer XI to create the reports. Reports are delivered via Infoview.</p><p>The reports we&#39;re creating in Crystal has account number as an input parameter/prompt for the report. Some of our releationships have few hundreds to 1000 accounts. So the usability of a normal HTML SELECT control degrades pretty fast. A combobox would allow the user to type in partial names and scroll to that particular value. E.g.: The search on Google Suggest <a href="http://www.google.com/webhp?complete=1&hl=en">http://www.google.com/webhp?complete=1&hl=en</a></p><p>Does  WebElements have any control that can be used? Or are there 3rd party controls that are similar?</p><p>Thanks</p>

    Hi,
    I am looking for a Crystal Add-In to display a string that comes into my report as an array. I am using the Crystal JOIN function to get the elements, separate them by a comma and display them in a text object. This has worked well until I started working on a new report that returns many medication names as members of the array. Displaying them in the text box with "Can Grom" Checked has become quite messy, as this text box is in the Report Header section.
    What I would like to do is display them as a ComboBox (or dropdown, if that is the same thing) with the first medication showing (say Aspirin) and then the user can click on the drop down and see the rest of the medications in the array (Tylenol, etc.)
    This is display only data.
    It seems like the Crystal Report Webelements might do the trick. I have some questions:
    1 - Even though the link says you can incorporate web web controls onto your Crystal Report will this be visible from Crystal itself? The reason I ask is that we use a custom Report Viewer that basically renders on a web page what Crystal displays
    2 - Do WebElements contain the ComboBox I am looking for?
    Thanks,
    Dick Rosenberg

  • Using one prompt for multiple fields in a report

    We are using Oracle CRM on Demand, Release 16.
    I have a report I am building that involves four different date fields. I'd like to give the user the ability to enter a date range for the date fields via a Prompt when the report executes. But the date range would be the same for all four date fields. Is there a way to capture the date range in one prompt, but use that same range in all four date fields in the report?

    I recommend to use two dashboard prompts, one for each date field of your range and each will set a presentation variable.
    Then use the FILTER metric function and reference the presentation variable.
    Best Regards,
    Christian

Maybe you are looking for

  • HT201210 why can't i get my phone out of recovery mode

    hello im having trouble getting my phone out of recovery mode. i tried to restore it but it keeps telling me thier's an unknown error???

  • Playbook battery stuck at 0% cannot charging

    i have problem on my playbook my battery parameter stuck at 0% i tried to charging 5 hour but still 0% now my playbook can stand bye for 10 minutes and then DIE (turning off) i tried to hard reset, reset, restart, use another charger but doesnt work

  • How to install minilyrics in Mac OS x 10.7?

    Hi Guys,   Anyone can tell  How to install minilyrics in Mac OS x 10.7?Or Any player for mp3 +lyrics.

  • Ordering of database columns in Application panel

    I'm just trying out Dreamweaver after clinging for a long, long time to Homesite. Good to mixed results so far. Here's one of quite a few niggles: When you list database tables in the Application panel, and expand to show table columns, the columns a

  • Will more ram speed this machine up

    I have 1 gb of ram in my 1.67 powerbook. It has an 80gb hard drive. I have a fair amount of programs downloaded and pictures/songs in my itunes. If I double the ram will it speed up the computer significantly to where I'll really notice a differance.