Prompt used as view selector for multiple reports

Hi All,
Can a dashboard prompt be used as View Selector for multiple reports? If yes, please let me know how?
Thanks
Sumita

Hi Sumita,
You can do this with Dashboard prompts, but it's a little tricky. I'll highlight the process below. Keep In mind I assume you have three reports already created and have three views: View 1, View 2 and View 3.
Phase I: The Dashboard Prompt
1. Create a new dashboard prompt.
2. Add any single column to your prompt. It doesn't really matter which one (just make sure nothing is prompted on it to be safe).
3. For the sake of this example, I'll assume we added column: "Test Folder"."Test Field"
4. Make sure your Operator is "is equal to/is in"
5. Make sure the control is "Drop-down List"
6. Change the Show to "SQL Results"
7. Write a SQL statement similar to the following (TEST =<your subject area>, "Test Folder"."Test Field" = <your column>):
SELECT CASE WHEN 1=2 THEN "Test Folder"."Test Field" ELSE 'View 1' END
FROM TEST
UNION
SELECT CASE WHEN 1=2 THEN "Test Folder"."Test Field" ELSE 'View 2' END
FROM TEST
UNION
SELECT CASE WHEN 1=2 THEN "Test Folder"."Test Field" ELSE 'View 3' END
FROM TEST
**Note: The reason why we need to do the CASE statement is because every logical query needs at least 1 presentation column. The case statement is a way to include the presentation column, but since the statement 1=2 is never true, we always use the ELSE condition.
8. Set a presentation variable. Call it VIEW_PVAR
9. Have the Prompt default to Specific Value: View 1
10. Save the Dashboard Prompt and put it into the Dashboard with your reports.
Phase II: Filter Reports
1. Create a new Answer request
2. Bring in your test column twice
3. Change the formula (fx) on the second column to be: '@{VIEW_PVAR}{View 1}'
4. Now add a filter to the presentation variable column
5. Set the operator to "is equal to/is in' and set the value to: View 1
6. Save the Request as "View 1 Filter"
7. Change the value in the filter to: View 2
8. Save the Request as "View 2 Filter"
9. Change the value in the filter to: View 3
10. Save the Request as "View 3 Filter"
Phase III: Guided Navigation
1. Create three sections in your dashboard
2. Rename each section to: View 1, View 2 and View 3 respectively
3. For each of the sections, do the following:
3a. Click on properties
3b. Click on Guided navigation
3c. Set the Guided Navigation to the appropriate Filter report
4. For each of the three sections, do the following:
4a. Add in all three requests
4b. Click on the request properties and select Show and the appropriate view for that section
5. Save your changes to your Dashboard
Good luck and if you found this post useful, please award points!
Best regards,
-Joe

Similar Messages

  • BO xi 3.1 u2013 schedule a template for multiple reports with different column

    Hi,
    I need to migrate the existing reports from SQL Server Reporting Services to BO, and the column order in the report is very important to the clients since clients have existing code to ingest these reports into their database. Now I want to schedule a single template with different parameters for all reports in BO, or create a single template with lot of parameters for all reports. My question is how I might use one template to create multiple reports with different column orders in the reports?
    For example, client A has the following column order in their report: firstName, LastName, DateBirth, SSN. Client B has the following column order in their report: SSN, DateBirth, LastName, FirstName. Can I use one template to create these multiple reports?
    Thanks!

    Hi,
    The only approach I can think of is to create a template report which uses variables
    For each column you would need to variable
    v_columnAName and v_columnAValue
    v_columnAName would have a if statement in it
    =if([client]="clientA" or [client]="clientC";NameOf([firstName]);if([client]="clientB";NameOf([SSN]);NameOf([lastName]));
    v_columnA would have a if statement in it
    =if([client]="clientA" or [client]="clientC";[firstName];if([client]="clientB";[SSN],[lastName]));
    This would only work when you had a small set of clients.
    This might be more managable if it was done in the universe
    Regards
    Alan

  • Design a single template for multiple reports with different column order

    Hi,
    I need to migrate the existing reports from SQL Server Reporting Services to Crystal Report 2008, and the column order in the report is very important to the clients since clients have existing code to ingest these reports into their database. Now I want to create a single template with lot of parameters for all reports. My question is how I might use one template to create multiple reports with different column orders in the reports?
    For example, client A has the following column order in their report: firstName, LastName, DateBirth, SSN. Client B has the following column order in their report: SSN, DateBirth, LastName, FirstName. Can I use one template to create these multiple reports?
    Thanks in advance.

    -As I mentioned you can find Template Field object in Insert menu of crystal report Designer 2008.
    As soon as you select Template Field object you will be able to see a box beside ur mouse cursor. Drag and drop this box at required place. Now when you place this object in report you will get some thing like this "<TemplateField1>" listed under Formula Fields tree. Double click "<TemplateField1>" formula to add your conditions.
    -I have not tested it for large amount of Customers. However as the number of customer increases the number of conditions will get increased.
    For the customer that want the same ordering of columns you can put those customers under one condition.
        for Example...
              if(?Client in ['clientA','clientA']) then
                        <TableName>.<Field>......
    -What do you mean be 40 columns? Do you mean 40 fields or you want to show 40 columns in report? Please elaborate.
    Regards,
    Amrita
    Edited by: Amrita Singh on May 21, 2009 7:54 AM

  • Variant for multiple reports

    Hi Experts,
    Does anyone know if it's possible to create variants that serve for multiple reports?  If so, how?
    I have 10 very similar reports which use the same selection screen defined in an include for all of them.
    Regards,
    Simon

    Hi,
    It is not possible to create variant for multiple reports as it is said as
    you must create a separate variant for each report and then save it with the report where the values will be used.
    refer this line in the link
    http://web.mit.edu/SAPR3/docs/webdocs/reports/rpRFvariant.html

  • Unusual behavior of View selector with the report level 'Add to Briefing Bo

    Hi All,
    With the report level ‘Add to Briefing Book’ link, we came across an unusual behavior of View selector in a report.
    The Briefing Book saves only the default view from View selector in an Updatable Content type, however it behaves perfectly fine when a Snapshot type is selected for saving in Briefing book.
    Has anyone faced similar behaviour, is there any fix?
    Regards,
    Priti

    A case needs to opened via support

  • How to use one email adress for multiple recipients

    Hello,
    I'd like to know how to use one email adress for multiple recipients. 
    this would be very useful or projects. for example;
    if i send one mail to [email protected], all people in this project get an email.
    I will add the people in this project myself. 
    I know it is possible, but I don't know how to do it ;-)
    please help me! 

    Hope this help.
    _http://technet.microsoft.com/en-us/library/cc164331(v=exchg.65) .aspx

  • How to use 1 apple id for multiple deivces

    How do I use 1 apple id for multiple devices.  My son just got new ipod and wants to imessage, but when he does it shows it is from me.

    Thank you

  • Can I use one itunes account for multiple users and multiple devices

    Can I use one itunes account for multiple users and multiple devices?

    The iTunes EULA, as I understand it (I'm not an attorney )for Apps is basically that one person can use an App multiple devices, or multiple people can use an App one device..so one to many or many to one, but not many to many....

  • Reporting Services will not automatically use a different replica for the report server databases when a failover occurs. How to overcome this issue

    Reporting Services offers limited support for using AlwaysOn Availability Groups with report server databases. The report server databases can be configured in AG to be part of a replica; however Reporting Services will not automatically use a different
    replica for the report server databases when a failover occurs. How to overcome this issue? is there any workaround for that..
    Rahul

    Hi.
    With the AlwaysOn listener you should have a single DNS name to connect to regardless of which cluster node is active. Are you using the listener service? If not, please refer to the link below.
    http://msdn.microsoft.com/en-us/library/hh213417.aspx#AGlisteners

  • Can we use the built-in Row fetch for Multiple reports in a page?

    I need to create a page with multiple report regions. Each of it is based on a table. Those tables are different. I somewhat remembered that we can NOT use the built in automatic row fetch process if there are multiple report regions, neither the built in DML process. You have to make your own fetch and insert/update/delete process if you intend to.
    Also if I write my own row fetch and update processes, do I have to consider lock mechnism? or just simply write select and insert/update?
    Any input is appreciated.

    I think I found the answer. Would Scott or other gurus take a look at the thread and confirm it, in case the limitation is not in 2.0?
    Re: automatic row fetch
    What I am concered about is that the locking mechanism. If I have to write my own process to fetch and insert/update, other than the regular select and insert/update statements, do I have to put commit by myself, or htmldb can handle it automatically? Is there an example for this?
    Thanks in advance.

  • Can we use single DB Adapter for multiple tables

    Hi,
    I have 3 tables. ONE is the Master table and other 2 tables having Primary and foreign key relationships with the Master Table.
    Data is enter in the Tables 2 & 3 (based on Master Table Primary key)
    I have to use a DB Adapter in BPEL Process which will be in Transaction (what type of Transaction is Best in such a Scenario).
    - How do i implement it in BPEL.
    - Can i use a Single DB Adapter for Multiple Tables ? (*Views* should not be created for tables 1, 2 & 3),
    as we want to avoid using multiple DB Adapters, as in future Tables may increase or decrease...
    - while in Transaction if Table 2 fails in Inserting / Updating, it should roll back on error and also if Table 3 fails in Inserting / Updating, it should roll back table 2 and Table 3.
    - how access to concurrent users is maintained / managed in such a scenarios.
    But everything should be done using Single DB Adapter without creating a separate view.
    Is this Possible in BPEL..
    If not, How do we design, Implementation such a BPEL Process in Transaction with a best in Performance (both BPEL Process & DB Resources)
    thanks in advance
    thanks & regards,
    anvv sharma

    Hi,
    Thanks for your quick response.
    I have few quires.
    If we use PL/SQL, how do we implement transaction and Exception Handling appropriately based on the Error / Exception in BPEL.
    If the Table 2 or Table 3 gives out Error / Exception, i have to handle it separately and intimate accordingly.
    Suppose, if Table 2 got Error / Exception - Error Handling would be 'Roll back due to error in Table2'
    Thanks & regads,

  • How do use the same crop for multiple images.

    I have a number of images that I want to use the same crop on. Instead of go through the whole slow process for each image is there a way to use the same crop for all of the images?
    And in iPhoto there was a way to copy the adjustment settings to multiple images, I can't see how to do that in aperture.

    Use the "Lift&Stamp" tool:
    Crop one image.
    Lift the crop using the "Lift" tool.
    Select the other images.
    Stamp the crop adjustment to all of them.
    But caution: By default "Lift" will copy all Metadata tags and all adjustments, but the gps data. If you only want to transfer the cropping rectangle, deselect all lifted items but the crop adjustment before stamping.
    Regards
    Léonie

  • Is it possible to use single ssl certificate for multiple server farm with different FQDN?

    Hi
    We generated the CSR request for versign secure site pro certificate
    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:"Table Normal";
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-priority:99;
    mso-style-qformat:yes;
    mso-style-parent:"";
    mso-padding-alt:0in 5.4pt 0in 5.4pt;
    mso-para-margin:0in;
    mso-para-margin-bottom:.0001pt;
    mso-pagination:widow-orphan;
    font-size:11.0pt;
    font-family:"Calibri","sans-serif";
    mso-ascii-font-family:Calibri;
    mso-ascii-theme-font:minor-latin;
    mso-fareast-font-family:"Times New Roman";
    mso-fareast-theme-font:minor-fareast;
    mso-hansi-font-family:Calibri;
    mso-hansi-theme-font:minor-latin;}
    SSL Certificate for cn=abc.com   considering abc.com as our major domain. now we have servers in this domain like    www.abc.com,   a.abc.com , b.abc.com etc. we installed the verisign certificate and configured ACE-20 accordingly for ssl-proxy and we will use same certificate gerated for abc.com for all servers like www.abc.com , a.abc.com , b.abc.com etc. Now when we are trying to access https//www..abc.com or https://a.abc.com through mozilla , we are able to access the service but we are getting this message in certfucate status " you are connected to abc.com which is run by unknown "
    And the same message when trying to access https://www.abc.com from Google Chrome.
    "This is probably not the site you are looking for! You attempted to reach www.abc.com, but instead you actually reached a server identifying itself as abc.com. This may be caused by a misconfiguration on the server or by something more serious. An attacker on your network could be trying to get you to visit a fake (and potentially harmful) version of adgate.kfu.edu.sa. You should not proceed"
    so i know as this certficate is for cn=abc.com that is why we are getting such errors/status in ssl certficate.
    Now my question is
    1. Is is possible to  remove above errors doing some ssl configuration on ACE?
    2. OR we have to go for VerisgnWildcard Secure Site Pro Certificate  for CSR generated uisng cn =abc.com to be installed on ACE  and will be used  for all servers like  www.abc.com , a.abc.com etc..
    Thanks
    Waliullah

    If you want to use the same VIP and port number for multiple FQDNs, then you will need to get a wildcard certificate.  Currently, if you enter www.abc.com in your browser, that is what the browser expects to see in the certificate.  And right now it won't beause your certificate is for abc.com.  You need a wildcard cert that will be for something like *.abc.com.
    Hope this helps,
    Sean

  • How do I use the rating system for multiple raters?

    My wife, her sister, and I are all rating some photos I took a couple of days ago. Each of us, of course, has different favorites.
    I would like to record our different ratings in the LR3 rating system but can't see an immediately obvious way to do so. I thought of using the color labels--different color for each of us. But each photo will only take one color label. I could use the star ratings, one star for only one selection, two for two, etc. But that would not record who chose which. I need to know that.
    Has anyone had the same problem? If so, is there some rather obvious solution? I would think that it's not all that unusual for several folk to participate in a shoot, using one camera; and then to need some way to record their differing judgments on the photos in LR3.
    Any thoughts would be helpful. Thanks in advance,
    John Kendrick

    The rating system in LR3 is not really designed with that type of functionality in mind.  The "target Lightroom user" is an individual that uses LR to create a catalog of photographs which can be graded with a star rating based upon their opinion of the photograph.  The concept of seperate star ratings for multiple users doesn't really fit into that concept.  LR3, in general, is designed with a single photographer in mind... one that essentially uses the program by his/herself... so it has a bare minimum of 'group' functionality.
    It may be possible to find a plug-in that will enable star ratings by multiple users, but I've never heard of one before.
    If you really, really need this type of functionality (i.e. saving star ratings by multiple people), the only way to do it that I could think of would be to create multiple collections of the same shoot, each of which is filled with virtual copies of the original photos.  Each collection could hypothetically be called '08-03-2010 Bill Ratings'...'08-03-2010 Jill Ratings'... etc... etc.  Admittedly, such a workaround may very well be more trouble than its worth... that's just the only way I can think of that you might come close to achieving the functionality you're after.
    ***EDIT:  You beat me to it (VC idea) while I was typing this reply, Ian... wasn't trying to post redundant info...

  • Using One Property Node For Multiple Controls/I​ndicators

    Question for all you LabVIEW gurus.  Is there a way to create 1 property node that is used for multiple indicators?  For example, if I wanted to display the same value on 10 different indicators using the property node - value function do I need to create 10 separate property node-value instances for each indicator?  Or is there a way to tie all of those indicators to only one property node?
    Thanks!
    Solved!
    Go to Solution.

    Hi hobby1
    You could create a cluster, and inside in it put all the indicators, see the image attached
    Attachments:
    capture1.JPG ‏14 KB

Maybe you are looking for