Grouping drilldown table and chart

Hi,
I want to group drilldown table and chart on same webi  report.
For example table has many records and chart must be shown below table no matter how many records does it have.
I cant estimate the data record number every run so when table rec number is bigger than 40 chart looks under table.I have urgently correct this display issue.
Is there any function about this?
Any help will highly be appreciated.
Thanks

Hi Nil,
Try these steps.
1. Click on Preferences in InfoView.
2. Click on Web Intelligence
3. Scroll to Drill options
4. Check u201CSynchronize drill on report blocksu201D
As you drill to the next hierarchy on the table, the chart will also drill down along with the table.
Hope this helps.

Similar Messages

  • Placing table and chart side by side in report designer

    Dear Expert,
                     In report designer how do I place table and chart side by side? I mean table in the left hand side and chart in the right hand side.
    Thanks and Regards,
    Rajib

    Hi,
    create two reports in WAD
    table reports - assign DP_1 with query X
    chart - assign DP_1 with query X
    go to Report designer and create table with two columns.
    add your chart and table
    thanks
    Edited by: Bhat Vaidya on Oct 15, 2008 2:15 PM

  • How to export an entire model content (tables and charts) to pdf

    Hello,
    I would like to export a complete model, which includes tables and charts, to pdf.
    I am already familiar with [this|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/47fe4fef-0d01-0010-6f87-ed8ecb479123] tutorial but it explains how to do it for a single table and doesn't deal with charts. What I would like to do is take like a screenshot of the entire iView/model content to pdf.

    Hi, rbish-
    Not for the entire stage.  The only thing you could do is to highlight everything and convert it to a symbol, then ensure that you move your triggers and labels to the new symbol.  Then you could export an individual symbol, which will also package all of the dependent symbols.
    Hope that helps,
    -Elaine

  • Pivot tables and charts error: Please load datasource first

    hi all,
    i am getting a error: please load data source first in rtf template , only for pivot table and charts(note: normal tables and fields i can insert )
    Please help me with this.
    Thanks and Regards
    Prakhar

    Well... if you think and try long enough, you may find the solution .
    The core problem is to reference to queried values not shown in the table/chart. And there IS a solution.
    Just use...
    NoFilter(RelativeValue([measure prior year_1];([year/month]);-12))
    ... instead of
    RelativeValue([measure prior year_1];([year/month]);-12)
    NoFilter enables RelativeValue to reference to values not present in a table or chart, but available in the report .
    From there on, you can define e.g. the starting point of the category axis of a chart by defining a local filter without losing values to be referenced .

  • Selection groups for tables and header tables

    A couple of questions or rather observations around Selection Groups for tables and conversion objectu2026
    1) For tables that do not really have a date field, for instance table PDSNR, it appears that you cannot specify a selection group. Consequently, you have to transfer the table in its entirety. Is this something that can be modified via customizing?
    2) And what about the header tables, for example, X_ANLC, I have tried but not able to change the selection groups on these objects.
    Thanks!
    Harmeet

    Hi Harmeet.
    Since you mention you can only filter by date I am assuming you are using TDTIM.
    How would you want to filter PDSNR, for example? Would it want to filter all entries >= a given sequence number?
    The only way I know to do that is to work directly with the configuration tables. In your case you will need to use CNVMBTSEL* tables. Check how the standard selection groups are configured, and it should not be too difficult to follow the same logic and create your own selection groups.
    CNVMBTSELGRP                   MBT PCL Selection groups              (main table to create the selection group)
    CNVMBTSELMEMTYPE               MBT PCL Selection group member types  (main table to define members => fields for the selection group)
    CNVMBTSELGRPDEF                MBT PCL Selection group definition    (definition of the fields in that selection group)
    CNVMBTSELGRPVAL                MBT PCL Selection group values        (values for each field; you can use GE for >=)
    CNVMBTSELCLAUSE                MBT PCL Selection group clause        (should also be straightforward if you are using only one field)
    CNVMBTSELVAR                   MBT PCL Selection group variants     (configure the same variant for your selection group as for the others)
    CNVMBTSELREF                   MBT PCL Selection group reference     (assignment of selection group to conversion object)
    Hope this helps,
    Rui Dantas

  • Keynote and Pages show unknown error editing tables and charts

    It is about 2 weeks that I am unable to edit charts and tables in both Keynote '09 and Pages '09 via the information panel. Adding a table or chart causes an unkown error without crashing the entire program but restricting editing both object types with the implemented attributes covered at the bottom of the application's task bar.
    I am running the lastest versions and OS. Deleting the plist files or font repair doesn't change anything to the situation.
    Someone else experiencing this phenomenon and may found a solution?

    Hi Kyn,
    By right click i assume you refer to ctrl key and click.
    The option Show Package Contents does NOT show.
    Duplicating the file and making a zip does not reveal more either.
    And yes, i saved the docs and copy them to a pen drive to copy in other mac.
    hv done that almost weekly since iwork came out. There were no problems before.
    Are the pndrives in fault?
    Thanks for your help.
    Rgds
    lorenzo

  • Limiting Tables and charts with Measures having RelativeValue

    Hallo,
    I just try to do some difficult stuff with the WebI Rich Client 4.1.
    There are two measures for each month on a time line showing year and month. Thus, I have a dimension for year and month and two different measures for each year/month combination.
    Now, e.g. I want to compare these two measures having same month and different years, say the current year and the year before. Please see the table below for a visible figure.
    I used RelativeValue([measure prior year_1];([year/month]);-12) for [measure prior year] in order to compare one 1 year older measure with the other measure.
    year/month
    measure prior year
    measure current year
    2010/10
    2010/11
    2010/12
    2011/01
    2011/02
    2011/03
    2011/04
    2011/05
    2011/06
    2011/07
    2011/08
    2011/09
    2011/10
    439
    97
    2011/11
    7.294
    2.712
    2012/02
    20.496
    13.397
    2012/05
    21.859
    12.636
    2013/01
    36.325
    27.286
    2014/08
    26.894
    17.425
    There are no values for [measure current year] before 2011/10. But, there are values for [measure prior year_1] before 2011/10. [measure prior year] is actually from 2010/10, 2010/11 and so on, as defined with RelativeValue.
    No problem here. Everything works fine. But, now, I want to start the table with the first row where [measure prior year] is not null while leaving measure current year unchanged. Just cut the table and start with 2011/10...
    And here we get the problem. Hence, RelativeValue references to values before 2011/10 all these reference will disappear for [measure prior year].
    The same is with charts. I couldn't find a way to reference to values that exist by the query but which are not displayed in a table or a chart!
    What I need is a way to reference to values which are not present in a single table or chart but in the report. I already fiddled with the display options (null values, without dimension etc.) of tables. But, no way.
    How could a accomplish this task?
    Any idea of something like "hiding" unwanted rows/bars results in "loss of data".
    Thanks for any help
    Matthias

    Well... if you think and try long enough, you may find the solution .
    The core problem is to reference to queried values not shown in the table/chart. And there IS a solution.
    Just use...
    NoFilter(RelativeValue([measure prior year_1];([year/month]);-12))
    ... instead of
    RelativeValue([measure prior year_1];([year/month]);-12)
    NoFilter enables RelativeValue to reference to values not present in a table or chart, but available in the report .
    From there on, you can define e.g. the starting point of the category axis of a chart by defining a local filter without losing values to be referenced .

  • Link tables and chart in checking register

    So I've watched the tutorials, read the guide and looked online and I still connot do the following, it's about a year and a half of trying.  I have used the checking register to keep track of monthly expenses.  Here's what I want:
    More categories on the pop up menu - I can do this
    Link the smaller categories table to a achart - I can do this
    Link the categories from the pop up menu on the big table to the categories on the small table and then to the chart - Nope
    Anyone?

    Allen? Devin?,
    It's not automatic, but not difficult either.
    Add a new row to the little Account Categories table. Click the Add Row button.
    Typ3 in your new category name and then you'll have this:
    Next Copy the new category name text. Select the Pop-Up cells and go to the Cells Inspector. Click the plus sign to add an entry to the list and Paste your new category into the list.
    Click on the Pie Chart to highlight the Chart range in the Account Categories table. Drag the lower right corner down to include the row of the new category.
    That's it.
    Jerry

  • Pages '08 crashes while trying to edit tables and charts

    Pages '08 crashes if I try to edit the contents of a cell in a table or if I try to edit charts. It only happens while editing not copy-pasting data.

    I had the same problem on Ipad Pages. I copied the entire document and pasted it into a newly created Ipad Pages doc and so far it is working again. Good luck.

  • History tables and charts empty

    Any suggestions for finding the root of a display issue on my phone?
    Oddly I find that the history of events table in the Alarm.com app and the history chart in the PeoplePower monitoring application show no data when there should be. I have another iPhone 4 and an iPad on the same iTunes account. When logged into the same app the data display is normal. All apps and Joe versions the same. I've logged out and back into the apps. Deleted and reinstalled. Still no history shows in those two apps. So I restored the OS and setup as a new account then installed just those 2 apps. Data displayed normally. Restoring my backup brought the non-display issue back. At least until os5 and selective data backup and restore it would be exceedingly painful to setup as a new device and bring all the apps data back. On a mac I'd be looking for corrupted prefs. Is it possible to do that with a backup set before restoring the backup?

    Resolved with Resetting Settings (but not content)

  • Data filtering for table and chart

    Hi,
    I'm new to crystal reports XI.
    I have one sql query which I am using as the data source for a chart and a table (cross tab). The query return balance for monthly data. In the chart I need to display all the data returned by the query. In the table I need to display data for 12 months. I am wondering what is the best way to filter the table data only include the 12 months of data without the use of a second query.
    Any ideas would be greatly appreciated.
    Thanks.

    Please use selection expert. Using You can set your criteria of filter at report level itself.
    If by standard option you cannot filter for 12 months data, you can go for formuael over there.
    else, use subreport(which is like subquering only)....

  • Cut and paste tables and charts from Acrobat Pro 8?

    With earlier versions of Acrobat Pro, I could cut and paste charts and tables from .pdf documents into Word. Now that doesn't seem to be working.  Help!

    Selecting all does not help - the issue is I need a table within an incoming email to be moved to excel, edited and then pasted back into a new email. "Select All" picks up the email headers, signatures, any messages around the table etc so that doesn't work. Also, as pointed out above Excel doesn't have a select all feature to get the tables back into the body of an email.
    I just tried again going from Excel into Outlook 2011. No luck. All one column down the left side of the email. All columns are removed and text crammed into one column. Just to check I cut from one Excel document and pasted into another and it retained all formating just fine. It is only in and out of Outlook that seems to be the issue.

  • Difference between Group A/c and Chart of Account with serval Company Code

    Hi Friends,
    Please explain the term chart of account with serval company code and also group a/c.
    Thanks and regards,
    Dev

    Hi Mahendra
    The Chart of Accounts is a list/directory of the G/L acounts maintained in the company. This COA can be used by one or many company codes.
    For e.g Co code A located in Delhi and Co code B In Mumbai may use the same COA for reporting as well as consolidation purpose.
    Group COA is maintained when there are more than one COA (e.g country-specific and operating COA) being used in the company. In this case the COA maintain alternative account numbers to the same account for automatic updation and consolidation.
    I hope this helps.
    Regards
    Kavitha

  • Pages - Tables (and Charts) - how to make a list

    Hello everyone!
    Question. How do I name the tables? Underneath the table. E.g. Table 1 - Statistical Data.
    And then have pages keep track of all tables in a document, in a separate list at the beginning of a document (with perhaps an ability of tracking pages where the tables are, and automatic update of the change of a page, like Table of Contents does)?
    Cheers!

    To summarise the whole process you are simply making a bog standard T.O.C. but using only the particular style you want e.g "Index", in a new section at the front of the document. Then you turn that into plain text and use it for whatever, back in Pages.
    Finally you delete that section when you no longer need it.
    I try to make it a clear step by step instruction.
    Let me know at what point it isn't clear and I'll fix it.
    Peter

  • Excel framework and pivots and charts

    Can you point to an excle spreadsheet with pivot tables and charts/dashboards? I have not used the excel portlet suite since PT 4.5.

    Don't worry, Mickey, it hasn't changed a lick since then. :-)
    You always could point to a range in a pivot table and to a chart. Ranges, including those created by a pivot table, will be displayed as static HTML tables w/o formatting and charts will be exported to JPGs and displayed pretty much exactly as they look in the workbook.
    Chris Bucchere | bdg | [email protected] | http://www.thebdgway.com

Maybe you are looking for

  • Source for Custom Action Table in SQL 2008 and above.

    Up till SQL 9.0, there used to be a CustomAction table in SqlRun.msi but this file was removed in the later versions. Is this still there in any other file or is there an alternate source for pausing the install process at a certain stage? yup

  • Sorting records problem in BOE

    Hi all. I have a problem. I have created a new Crystal Reports Report which I uploaded to BOE. I tested it firstly locally in my machine, refreshing it through Crystal Reports  at design time. It gives me the results I want. This reports gets called

  • No acceptable type column

    Hello, I have in oracle a function: create or replace FUNCTION F_MAX_NET_PROFIT(todayNetProfit IN NUMBER, theDate IN DATE) RETURN BOOLEAN AS v_max MAX_NET_PROFIT.MAX_VALUE%TYPE; v_answer BOOLEAN; BEGIN SELECT MAX_VALUE INTO v_max FROM MAX_NET_PROFIT

  • Interface Project System to Catalog OCI

    I am trying to implement SciQuest within Project Systems SPRO >  Project Systems > Material > Interface for Procurement Using Catalog (OCI) and I am difficulty navigating around SciQuest site.  The actual punch out works but when I click on 'Add to C

  • Error: Your session has ended or timed out. Please login again. FDM error on "Export"

    On logging into FDM URL, with a specific user on clicking "Export Fish" FDM Processes gives the options for load but on the other hand when we click on "Export" from the left panel(navigation). "It throws Your session has ended or timed out. Please l