Pivot Source Filter is Broken

I built a pivot table based on combining three identical spreadsheets.  The pivot table appears to work, but if I filter on a field in the source table, it does not filter the entire table - only the top part of it, based on the first imported spreadsheet. 
I have adjusted the data validation in all of the fields to match.  Please see the attached image and advise.  I need to remove the blue divider between rows 45 and 46.
Doug in York PA
Douglas R. Eckert

When I try the 2nd of your suggestions, I get the dreaded "An external aggregate is found in an outer query block" message - the browser data is coming in from an Essbase cube.
I'm not sure what you mean in your 1st suggestion can you expand it a little please?
Edited by: Bagpuss1969 on Dec 11, 2009 8:05 AM

Similar Messages

  • Data source filter in studio

    is data source filter still supported in studio in version 3.1? I don't see it working in my case when I put the filter in endeca server connection. please advise

    See answer at data domain filter in endeca studio .

  • Can I programmaly write data to Data Source Filter in view External List?

    Hi, everybody. I need a help with external list. View in external list has parameter named "Data Source Filter" for write filter data for BCS query to DB. I wanna programmaly write data to this parameter but I haven't any ideas about class, property
    or method what can write data to it. Any idea?
    Aleksandr Shramko

    Hi Alexksandr Shramko,
    To set the filter value for a SharePoint common list, SPView.SetViewXml property is used to set the filter value. Following thread contains sample to help get a better understanding about how to use it:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/0ddca0f6-2b17-4f4a-9d66-f3d684ed4a11/how-to-set-orderedview-of-the-list-view-programmatically?forum=sharepointdevelopmentprevious
    However, I haven’t make it work for external list. In this situation, I would suggest you to custom control to display the list item instead of customizing the existing list view filter. You can choose to use gridview or other table to show the data.
    A sample here:
    http://stackoverflow.com/questions/7647941/retriving-splistitem-through-external-lists-whose-source-is-from-sql-server-08
    Thanks,
    Qiao Wei
    TechNet Community Support

  • Limit a Pivot Table filter to just one group (Excel 2010)

    I use Excel 2010 and want to apply a filter to just one group of data within a Pivot Table.
    It appears that filters are applied to the entire Pivot table; is there a way to limit the scope of a filter so it is applied to just a single group of data (grouped using the group function within a Pivot). Alternatively could I apply a filter to just a
    selection of rows within the Pivot?
    I have tried breaking my pivot into separate tables and applying the filters individually but the tables interfere with each other when expanded/collapsed and generate the Excel "overlapping tables" error message.
    Any suggestions gratefully received.
    Regards
    Pete

    just use filter is no possible that apply a filter to one group. maybe slicers is a good choose.
    http://office.microsoft.com/en-us/excel-help/use-slicers-to-filter-pivottable-data-HA010359466.aspx
    KR

  • SharePoint Search Result Source Filter By Variance

    Hi,
    I want to get pages library data by language (English and German). I have created two result source in sharepoint search. In Query transform I have given below condition. But it is not filtering data as per language wise. I only want to get English variance
    site data in EnglishResultSource1 and German variance site data in GermanResultSource2.
    EnglishResultSource1
    {searchTerms} contentclass=STS_ListItem_850 -Path=http://spe2013dev5:1111/en-us/
    GermanResultSource2
    {searchTerms} contentclass=STS_ListItem_850 -Path=http://spe2013dev5:1111/de-de/
    But in result source it is not filtering data by path wise.
    How can I filter by language/locate wise?
    Can any one help me?

    Check if below can help
    http://blogs.msdn.com/b/bgeoffro/archive/2009/05/24/using-custom-scopes-on-multilanguage-variation-sites.aspx
    http://blogs.msdn.com/b/fabdulwahab/archive/2012/06/02/how-to-create-multilingual-search-site-with-variation.aspx
    If this helped you resolve your issue, please mark it Answered

  • ADF Pivot table Filter

    Hi,
    I have pivot table for all Employees with details of Employeename, Project Names and Number of Work Hours on each project in pivot table.
    I have ResourceName,ProjectName,ProjectTask on Row Edges and Work Hours with Weekly on column edges in the Pivot table.
    Intially when I run the application I can see all the projects with Employee total hours on all projects.
    I want to filter projects data on each employee but I want to keep total hours on all projects same.
    for e.g. I am working on three projects Project x,Project Y and Project Z.
    for week 12/24 to 12/31 I have 15 Hours on Project X, 15 hours on Project Y and 10 Hours on Project Z total 40 hours on three projects.
    once I apply the filter by project through af:querypanel view criteria and select project X i want to see project x in the second level 15 Hours and Total of 40 Hours on the first level,
    right now once I apply the filter throug af:querypanel I can see only 15 Hours on both levels filtering all rows.
    Please give me suggestions on this.

    In short, what you need is a custom af:table QueryListener, which looks like:
      public void processQuery(QueryEvent ev){
         FilterableQueryDescriptor filterQD = (FilterableQueryDescriptor)getYourTable().getFilterModel();   
         Map filterCrit = filterQD.getFilterCriteria();
         Object Notes = filterCrit.get("Notes"); // this is a proposed search value !
         // THEN, YOU CAN USE THAT VALUE IN ODER TO APPLY CUSTOM VIEW CRITERIA TO A VIEW OBJECT,A WHICH FILTERS
        // DATA REGARDING %Notes%

  • LV 2009 Source Distribution with Broken VIs

      It looks like LV 2009 has made another "improvement" to an edge case that has caught us off-guard.  This is admittedly not a huge issue for us to deal with, but I thought it might be worth getting some more feedback and seeing if anyone else has comments as to whether this change is for the better or not.
       We have a plug-in architecture in which we compile a main program, then use a Source Distribution to create directories of plug-in modules that the main program calls dynamically.  We can send out updated or new plug-ins this way without having to recompile or redistribute the main program.
       For each module, I have a "List" VI, similar to a driver "Tree" VI in NI drivers.  It contains all the top-level VIs that that module uses.  Many are called dynamically, so by loading this List VI into memory, you can be sure that all parts of the module are in memory.  It also simplifies the build script, since if you include the List in the Source Distribution, it automatically includes all the top-level and dynamically called VIs you need in the distribution.
       The List VI is not executable.  I add a broken wire on purpose, since this VI is not meant to be run.  In addition, if any of the VI's on the diagram have "Required" inputs, that breaks the List VI.
        In LV 8.6 and before, we could build a source distribution with this broken VI.  In LV 2009, the source distribution build fails with a message about not being able to save a file.  If we "fix" the List VI, it works.
       So it appears that in LV 2009, NI "fixed" the source distribution to only work with executable VIs.  It's not too hard for us to accomodate this, by fixing our List VIs.  But I wonder if there aren't other edge cases where this "fix" is not such ideal behavior.  Might you not want to be able to make a source distribution of source code that isn't finished and hence isn't executable?
       (Oh - another subtlety that may be relevant - we remove the diagram as a security measure.  Maybe you can't remove the diagram from a broken VI?  Though it did seem to work in 8.6...)
    DaveT
    David Thomson Original Code Consulting
    www.originalcode.com
    National Instruments Alliance Program Member
    Certified LabVIEW Architect
    There are 10 kinds of people: those who understand binary, and those who don't.

    Sorry - false alarm.  The difference did turn out to be that I had checked "Remove Diagram" for the broken VI, not just for the good VIs.  You apparently can't remove the diagram from a broken VI since it can't compile it.  In our 8.6 distributions, we didn't check that box for the broken VI.  In 2009, I was checking that box for all VIs.
    DaveT
    David Thomson Original Code Consulting
    www.originalcode.com
    National Instruments Alliance Program Member
    Certified LabVIEW Architect
    There are 10 kinds of people: those who understand binary, and those who don't.

  • Data Source Filter Error - 0CO_PC_PCP_10

    Hi all,
    I am facing a problem in the data source 0CO_PC_PCP_10. I have configured a filter of date (KADKY) to select a range of date, but during the extration the filter doesn´t work. The selection fetch all dates instead of fetching only the range selected.
    Does anybody knows about this problem?
    Thank you,
    Gustavo

    Hi Gustavo,
    I am assuming that you have changed the value of SELECTION = 'X' in the table ROOSFIELD for making the field as selection enabled.
    I am sorry to break it to you that it will not work because in the extraction FM for this datasource the extraction is done on table KEKO and below selection criteria is hard coded in FM.
    So even if you make other fields as selection possible it will never work.
    Unless SAP releases a patch/Note to modify the FM SREP_COPC_PCP_10 and make it more field selection enabled.
    I think it is better to use KADAT if you want to use selection criteria and then manipulate your data in BW further using KADKY.
    Please let me know if there are any questions.
    Thanks
    Amit

  • Result Source - Filter results by Managed Property equals "this year"

    Hello guys,
    I've been trying to filter a Managed Property (yearOWS) equals a current year (2014).
    If I use yearOWS=2014 or yearOWS="2014" it works fine, but I need to filter by current year.
    I read this post > Keyword Query Language (KQL) syntax reference, but I don't know how to use "this year". I've tried {this year}, ("this year")
    and a lot of ways, but none of them worked.
    Can anyone, please, help me?
    Eduardo Moreira

    Check if below helps:
    http://blogs.msdn.com/b/knutbran/archive/2011/06/10/date-and-time-in-fast-search-server-queries-and-results-part-2.aspx?Redirected=true
    test write:"this year"

  • AIR SDK 3.7 include-sources repeatable are broken

    Hi.
    I've recently tried to upgrade the SDK I'm using (3.3) to latest version. The upgrade resulted in failed builds. Upon firther investigation it turned out that only one class was compiled into SWC, not all.
    We use ANT to compile SWC files like this:
    <compc output="${project.name}.swc">
                                  <source-path path-element="${src.dir}" />
      <include-sources dir="${gamedata.dir}" includes="**/*.as" append="true" />
                                  <include-sources dir="${src.dir}" includes="**/*.as" excludes="some/package/*.as" append="true" />
    </compc>
    Internaly this results in a command like this:
    compc -output=xxx.swc -include-sources+=a/b/A.as -include-sources+=a/b/B.as -include-sources+=a/b/C.as
    The resulting xxx.swc only con-tains a.b.C class
    Some extra testing showd that the folowing syntax work correcty:
    compc -output=xxx.swc -include-sources+=a/b/A.as,a/b/B.as,a/b/C.as
    Digging through the bytecode, I found the probable cause of this error.
    In compile.jar, com.adobe.flash.compiler.config.Configuration method setIncludeSources is called for every "-include-sources" instance on command line. This method in turn calls fillListWithResolvedPaths, that does a target.clear() on every call. This would explain why only the last passed value in command line is actualy processed.
    I tried this also with SDK 3.5 (but did not bother with others) so I assume this bug was introduced with ASC 2.0.
    Also I see that "include-stylesheet uses the same internal method, so it should be simillary affected.
    I'd realy like to use the new SDK, because of one specific feature (stack traces in release code, swf 18, http://www.adobe.com/devnet/articles/flashplayer-air-feature-list.html). Switching the old SDK with the new produced failed builds.

    Hi Chris.
    I tried to understand '-includes', but I somehow couldn't get it to work on a set of files.
    Anyway, I saw that there was some movement on the bug report I opened, but nothing concrete. I hope this will be treated as a bug that breaks old behaviour nad as it seems trivial from my point of view (I don't know your internal procedures) and will be fixed before the next release of SDK.
    Thanks again. I will mark your first answer as correct.
    Best.

  • Result Source Query Builder Filter for Content Sources

    I have several content sources that I want to add to a result source as a property filter. It works fine if I just have one but when I add multiple content sources it does not give me all the results. Is there a way to add more than one content source
    filter to one result source.

    Hi SpGurlz,
    How did you set the filter with content source in the query builder for the result source?
    I tested with more than one content source as filter in the query builder for the result source in my environment, and all the corresponding results were displayed fine.
    The query text for the result source was set like this: {searchTerms} contentsource:file1 contentsource:file2.
    Remember to add a space between the “{searchTerms}”, “contentsource:file1” and “contentsource:file2”.
    You can provide the query text of your result source here and I will help to check the logic.
    Best regards,
    Victoria
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Error: Show Details cannot be executed when multiple items are selected in a report filter field or in a slicer

    I have connected TABULAR Model to Excel, and in the pivot the filter is on multiple dimensions. When doing the drillthrough action it gives error - Error: Show Details cannot be executed when multiple items are selected in a report filter field or in a slicer
    Is there any workaround to this error?  so that drillthrough can be done even with multiple selection.

    Hi Vikas,
    The reason behind the error message requires the knowledge on what happens at the backend. When you perform a drill-through action, a query is sent to Analysis Services. This query is expressed in a query language called Multi-Dimensional Expression (MDX).
    Since the MDX language doesnot support drill-through command against a set (collection of tuples) an error is persisted. 
    For now, there is no workaround as it is a limitation of the underlying language that is generating the query.
    When multiple items are selected you lose the ability to drill-down on individual metrics. To resolve you must either:
    1. Select a single Item.
    2. Select all items.
    Hope this helps!
    Please mark as Answer if this helps! Thanks, Rajasekhar.

  • VI documentat​ion feature broken in labview 8.0, 8.20, 8.21, 8.5

    The VI documentation feature is broken.  Descriptions of type def controls are not added to the vi documentation report.  Also, all the clusters are parsed and inserted in the control tables wrong.  Independent cluster controls show up as elements of other clusters.
    Since we've been through four releases without a fix, does anyone know f this feature is supported anymore?  It is useless in its current state, so it seems as though it isn't.
    -Devin
    I got 99 problems but 8.6 ain't one.

    tst,
    I am using vi documentation to create help files for an API I am working on.  The API will be distributed to customers of a new embedded motion control product my company makes to provide labview support.  So I am simply printing documentatin to rtf files from my API vi's with vi descriptions, icons, and controls to make it look just like NI's help files for their vi's.  Once I have them all created I will import them into a chm file with a utility I have.  Then I'll go back and link them in the vi's so the API will be self-documenting and have help files attached to everything.  And it will all go in a big source distribution.  I don't think I'm doing anything weird here.  This seems like it is exactly how NI would recommend it.
    The problem source distributions are broken and so is vi documentation in 8.0, 8.2, and 8.21, and vi doc is still broken in 8.5.  But I can't ship the API in 8.5 anyway because our customers probably won't have it yet.
    So yeah in the first thread I just posted about descriptions not being included.  But I am also seeing error clusters, for example, included inside all my waveform controls.  Is there an error cluster inside a waveform control that I don't know about?  I've never seen that before.
    -Devin
    I got 99 problems but 8.6 ain't one.

  • All source codes of jmf documentation are missing ?

    Hello,
    I'am learnig jmf by reading the jmf documentation in the oracle website.
    But all source codes in jmf documentation are missing because the website is oracle, and not sun.
    For example, in this page http://www.oracle.com/technetwork/java/javase/documentation/swingjmf-176877.html ,
    the link of MDIApp.java source code is broken ( http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/solutions/MDIApp.java ).
    So where are all source code of jmf documentation ?
    Thank you.

    Hi,
    I am trying to learn Java Media Frame work and am looking for the source to MDIApp.java.
    The link is broken.
    Please can you guys post the source code.
    Thanks

  • To connect the Current User Filter with the Excel Web Access

    Hello,
    I have uploaded an excel sheet which has data in Pivot table format into SharePoint site and then by using the current user filter I am trying to connect the filter (sharepoint profile user property) to a parameter in the excel sheet. I have defined one
    of the pivot filter as the parameter. But all this, raises an error as below 
    "Unable to set one or more parameters. An error occurred while attempting to set one or more parameters in this workbook. As a result, none of the parameters has been set. Click OK to return to the workbook."
    please assist.
    Thanks & Regards
    Thank You

    I had referred this link but the example provided is related linking dashboard filters with the pivot table filter and i require to connect a current user filter.
    The current user filter does not have any properties similar to what the dashboard filter have and we are not looking at using dashboard for our requirement.
    Thank You
    Thank You

Maybe you are looking for

  • Problem during creation of inquiry & quotation

    when i am creating inquiry or quotation when saving it , it shows error message that,For the ISO code there is no unique SAP currency code for ALE...... pls solve it it is very urgent...  in sol someone told to run SALE..So how will i run SALE.pls te

  • How to Use REGION_STATIC_ID in authentication scheme

    Hello, I am storing Region Static ID in Table , on bases of that table I created an Authentication scheme, I want to give specific user to access that region. When I am passing #REGION_STATIC_ID# in authentication function it is not allowing me to do

  • Toolbar Disappears

    Hi All! I created a Forms 6i, being 3 blocks and 2 canvas. First and second blocks are base table, the third block is a toolbar. When I move (for KEY-NXTBLK or GO_BLOCK) from the first to second block (this is in one stacked canvas) the toolbar disap

  • How to define shift

    how to define shift?

  • Query text formattingt

    se pueden aplicar al texto el formato de superíndice y subíndice?