VBA or Non-VBA Solution to Filter records based on Master Selection.

Hi Folks,
I have a rather complex requirement(for me). I have a Master sheet named "Master". In this there are names of employees. Now there are several other sheets named with Month & Year <January2014,Februrary2014...etc>.
In these sheets, lies the details of those employees.
My requirement is that If I filter in master sheet the names I want to see, automatically all the other sheets should also show only those employees' details which are selected in master sheet after filter.
Is this possible. (I know this is but don't know how.)
Please let me know of any workaround if this is an extremely complex requirement.
Chaos isn’t a pit. Chaos is a ladder. Many who try to climb it fail and never get to try again. The fall breaks them. And some are given a chance to climb, but they refuse. They cling to the realm, or the gods, or love. Illusions. Only the ladder is real.
The climb is all there is.

Excel 2010 PivotTable
Sync multiple PivotTables to one master PivotTable.
Two ways: With Slicer or Macro.
One database used, but multiple databases possible.
http://www.mediafire.com/view/05jpft89s9ndjr2/10_20_11.xlsm
http://www.mediafire.com/view/lsa5umrsc56l9zh/10_20_11.pdf

Similar Messages

  • GG Filter Records based on User Tokens

    In the replicat param file, I would love to map only those data where a given USER token is not null. I tried to use @STRLEN, and this leads to error "incorrect filter" in ggserror.log
    MAP source.table1, TARGET target.table1,
    INSERTALLRECORDS,
    COLMAP (USEDEFAULTS,
    ID = 1
    FILTER ( @STRLEN (@TOKEN ("MYTOKEN") > 0 AND @RANGE (1,2) );
    Repaced FILTER with WHERE clause. But same error.
    WHERE ( @TOKEN ("MYTOKEN") = @PRESENT AND @TOKEN ("MYTOKEN") <> @NULL);
    Can someone tell me, if they have used user token as a filtering parameter in Map for Replicat statement? If yes, how ? I simply want to check - if my token is present and not null - then insert this record.

    you wrote: FILTER ( @STRLEN (@TOKEN ("MYTOKEN") > 0 AND @RANGE (1,2) )
    should be: FILTER ( @STRLEN (@TOKEN ("MYTOKEN")) > 0 AND @RANGE (1,2) )
    You didn't close the bracket of @STRLEN function.

  • Display multiple records based on checkbox selection

    Hi - I have a cfm page that displays all the employees in the
    company (select * from employee). I have a checkbox next to each
    one of the employee name. I want the users to be able to select the
    checkbox and view phone number of selected employees (select
    phone_number from employee where emp_id = 12, 15, 18, 20, 31) I
    know I'll have to use some kind of loop to pick these employees and
    display ... but I don't know how to write that loop ... can
    somebody please help!
    - Amber

    The code below should help you out.

  • Filter record during navigation

    Hi,
    Is there a way to filter record when navigating using the databrowser menus?
    I hope to filter record based on the current login user. Different user will have access to different records, which are stored in the same table.
    I am using VB6 and 2004B. Your help is needed.

    Hi,
    I think Data Ownership might solve your problem. Look at Administration > Authorizations > Data Ownership / Data Ownership Exceptions. The help file has quite a bit of detail on it.
    Hope it helps,
    Adele

  • Read Portal User ID in BW report to filter records

    Hi,
    I need to filter my records in BW report based on the
    business partner who logs into Portal.
    (BW report is getting called thur IView in Portal)
    Is there any way i can fetch the Portal User id
    during the execution of BW report? so then i can filter
    records by writing code in user exit.
    I tried using variable sy-uname, but it populates
    the BW user id and not portal user id.
    Please reply if anybody knows solution to this query.
    Thnx in advance.

    Abhijit ,
    My understanding:
    You need to filter the query by the Business Partner ID and not by User name and Business Partner number and BW User ID are both different.
    If you want to filter by User name:
    Why don't you try using SSO through EP and that way you would get the ID of the person logged in.
    If you are using user mapping:
    Or what you could do is maintain the mapping in an info object/table in BW and query against the same.
    If you are using Business Partner:
    Populate the business partner master which will have the user name attached and that way you would be able to get the Business partner ID.
    Arun

  • Filter records on two different parameters

    I have to filter records in a report based on parameter.Values for parameter are :
    Open
    Closed
    Applicable
    Not Applicable
    if user chooses Applicable,all records should be selected except Not Applicable.I tried various oprions,but none is giving me required results.Any ideas?

    This..?
    QL> select * from status;
    C1                                                                             
    Open                                                                           
    Closed                                                                         
    Applicable                                                                     
    Not Applicable                                                                 
    SQL> select *
      2  from status
      3  where c1 ='&st'
      4  or ('&st' = 'Applicable' and c1 != 'Not Applicable');
    Enter value for st: Applicable
    old   3: where c1 ='&st'
    new   3: where c1 ='Applicable'
    Enter value for st: Applicable
    old   4: or ('&st' = 'Applicable' and c1 != 'Not Applicable')
    new   4: or ('Applicable' = 'Applicable' and c1 != 'Not Applicable')
    C1                                                                             
    Open                                                                           
    Closed                                                                         
    Applicable                                                                     
    SQL> /
    Enter value for st: Closed
    old   3: where c1 ='&st'
    new   3: where c1 ='Closed'
    Enter value for st: Closed
    old   4: or ('&st' = 'Applicable' and c1 != 'Not Applicable')
    new   4: or ('Closed' = 'Applicable' and c1 != 'Not Applicable')
    C1                                                                             
    Closed                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How to filter records in EIS drill through using template SQL

    Hi,
    I'm looking for an option to filter records in EIS drill through using Template SQL.
    For eg: If we user runs drill through on 2011, it should restrict display of Jan & Feb and should display records for other months.
    I tried using NOT IN clause, but got an error.
    Can any one help me in understanding how this needs to be defined in template SQL
    Thanks in advance

    Hi Glenn,
    I'm able to filter the records for specific periods.
    However, I'm facing another problem now.
    When I try to run drill through I get 'OLAP_error (1192025): Unknown Error: Not a valid Entry' error.
    This is happening when I include condition as ((($$ab.ACCOUNT_CODE-COLUMN $$) IN ($$Account-VALUE$$)))
    Here, ACCOUNT_CODE is field from Account dimension table and 'Account' is the name of the dimension.
    If I remove this statement and run drill through, it runs but shows data for all accounts (irrespective of the Account selected)resulting in incorrect data.
    Our RDBMS is Oracle. Can you please help me with this
    Thanks

  • Is it possible to use variant configuration (with a Non-SAP solution) when creating ERP sales orders in SAP CRM WebUI

    Hello,
    our customer plans to use a Non-SAP solution for variant configuration (Camos) in SAP ERP (ECC 6.0) and in SAP CRM 7.0 EHP1 as well.
    ERP sales orders (and ERP quotations) should be created in SAP CRM (CRM WebUI).
    Is it possible to use variant configuration (with an external variant configuration tool) when creating ERP sales orders and quotations in the SAP CRM WebUI or do we have to implement SAP IPC for this?
    Thanks in advance.
    Regards,
    AEV

    Dear AEV,
    I think LORD (lean orders) should work with variant configuration as well. In the note 1236015 there is not restriction listed. However you need lord2 activated in ECC, and ECC system should be on EHP4.
    Best regards
    Rene

  • To filter records using XSLT mapping

    Hi all,
    I am using XSLT mapping in my scenario.
    I have below structure.
    <Node>
        <emp_id>123<emp_id>
        <begin_date>dd/mm/yyyy<begin_date/>
        <end_date>dd/mm/yyyy<end_date/>
        <check_date>dd/mm/yyyy<check_date/>
    <Node/>
    I want to filter out the records based on check_date. If checkdate is less than enddate, i want to filter out that particular records.
    If anyone knows, Please suggest me in this issue.

    hi,
                   <xsl:variable name="checkdate">
         <xsl:for-each select="Node/check_date">
         <xsl:value-of select="substring(concat(substring(Node/checkdate,1,2),substring
                            (Node/checkdate,4,2),substring(Node/checkdate,7,4)),1,8)"/>
         </xsl:for-each>
                    </xsl:variable>
         Like wise create a variable for end date....
       <xsl:for-each select="Node">
              <xsl:if test="$checkdate > ''$enddate">
                       <emp_id>
                              <xsl:value-of select="Node/emp_id"/>
                       </emp_id>
                like wise create map for other filed...
                  </xsl:if>
        </xsl:for-each>
      I think this will solve your requirement......
    Regards,
    Prakasu

  • What is the procedure/code in VBA for passing the calc scripts dynamically based on the selection.

    Hello Gurus,
    I want to know what is the procedure/code in VBA for passing the calc scripts dynamically based on the selection.
    For example:
    X=EssVCalculate("Sheetname","Calc_Script name",True)
    In the above code instead of the *"Calc_Script name"* I want a script which is called dynamically and the values are calculated accordingly.
    Thanks in advance
    Saurabh

    Hi Todd,
    This is the situation:
    I have a calc script in Essbase which I can call to perform the calculations on the current sheet that is retrieved. I want calculation for the following formulas:
    x = EssVCalculate("Sheet2", "CalcBC", False)
    CalcBC is my calc script which is present in Essbase
    So instead of passing the above script I want to pass the conditions dynamically in the VBA code . I don't want to mention the script name directly in EssVCalculate option
    For example:
    I have three drop down menus from which I would select three different( zero level )members. It would then retrieve the data for that particular values in the excel sheet and now when I click on Calculate button it should calculate the script dynamically.
    I don't know how calc scripts can be executed dynamically in the VBA code itself.
    Thanks in Advance
    Saurabh

  • I need your help with solving a non-standard solutions.

    Hello!
    I need your help with solving a non-standard solutions.
    My name is Andrii and I represent the civil charity. Not so long ago, one man gave us the iPhone 4S (as a donation).
    But later - it became known that this iPhone can not work with SIM cards Ukrainian mobile network operators, as it is blocked by Verizon.
    Is there a way to unlock it with your help, and how it can be done?
    I hope for your understanding and assistance in this matter!
    Thank you.

    Contact a third party unlocking service.
    Purchase an unlocking code.

  • Query Report filter records

    Hi Experts,
    I have Query report for which I want to filter records.
    I have set condition to identify records to be displayed. But the problem is on execution of condition as false, I am not able to delete current record as I can not use 'CONTINUE' statement. It giving syntax error as I can only use it in Loop, Select,...etc.
    On use of 'EXIT', program execution stops and no further records printing.
    Kindly guide.
    Thanks and Regards,
    Swapnil

    Hi
    Are you trying to use SQ01 query and do this logic ???
    I think we can write logic in Infoset and do this.
    Regards,
    Vijay V

  • Help on to Filter records from internal table

    Hi,
    Here is my Internal table and need to filter the records based on some condition.
              OBJID |  ENDDA | MC_SHORT   | MC_STEXT
        1   20000027|20061231|20000027    |WIT-SP
        2   20000027|99991230|20000027    |WIT-SP
        3   20000027|20051131|20000027    |WIT-SP                              
        4   20000033|20070131|20000033    |WIT-SP-BC                                 
        5   20000033|99990931|20000027    |WIT-SP
        6   20000034|20061231|20000034    |WIT-SP-SA                                 
        7   20000035|20061231|20000035    |WIT-SP-Q                                  
        8   20000036|20070131|20000036    |WIT-SP-E       
        9   20000036|99991231|20000027    |WIT-SP
    This is my internal table data. Now i need to delete the records for each OBJID where ENDDA(Date field) is not eaual to the year 9999. And also if there is no OBJID with year as 9999 then need to keep the reocrd for further processing.Here in this case i should not delete that record.
    Please help me out in writing the logic for the same.
    Regards
    Ramesh

    hi Ram
    its very simple please check this code
    DATA : BEGIN OF itab OCCURS 0,
              objid TYPE i,
              endda TYPE d,
           END OF itab.
    itab-objid = 1.itab-endda = sy-datum.
    APPEND itab.
    itab-objid = 2.itab-endda = sy-datum.
    APPEND itab.
    itab-objid = 3.itab-endda = sy-datum.
    APPEND itab.
    itab-objid = 0.itab-endda = sy-datum.
    APPEND itab.
    itab-objid = 4.itab-endda = '20041212'.
    APPEND itab.
    itab-objid = 5.itab-endda = '99991212'.
    APPEND itab.
    itab-objid = 0.itab-endda = '99991212'.
    APPEND itab.
    CLEAR itab.
    LOOP AT itab.
      WRITE : / itab-objid , itab-endda.
    ENDLOOP.
    WRITE :/.
    DELETE itab WHERE endda+0(4) NE '9999' AND objid IS INITIAL.
    LOOP AT itab.
      WRITE : / itab-objid , itab-endda.
    ENDLOOP.
    regards
    navin k

  • The default value as "None" for the report filter which is Value List type?

    Hello,
    I want to know is it possible to make the default value as "None" for the report filter which is Value List data type?
    For example:The Project Classification Value List value type which have many value like "Supplier Rationalization" "Category Sourcing" "Contract Regegotiation" etc, and the value "Supplier Rationalization" is in the frist positon in the value list. When i use "Project Classification " as a report filter, the value "Supplier Rationalization" displayed as default value. And in the value list box in report filter of Project Classification , there is a value "None" which should be added automatically by system. So i manually filled the default value with "None" in Filter Prompt screen, but it does not work. After i display the report ,the Project Classification filter still use the ""Supplier Rationalization" as the default value.
    My current ESO version is 5.1. I tried other ESO version like 5.15, if i manaully give a default value "None" in Filter Prompt screen for filter Project Classification, then the default value is "None". It works well.
    Does anybody know if it's possible to do the same thing in ESO 5.1?
    Thanks & Regards,
    David
    Edited by: David Gao on Aug 11, 2010 4:06 AM

    Hi David -
    This is possible, but the technique is not too obvious...
    To make "None" be the default choice for a query definition filter parameter of type value list type, you need to set the default value of the filter parameter to the following:
    <internal id of value list type>:616:NULL
    For example, I believe you will see that the internal id of the Project Classification value list type is 51, so the default value of the filter parameter would be:
    51:616:NULL
    I hope this helps.
    Regards,
    Rob

  • SSRS 2008 - How to filter records from the many side base an specific criteria

    I have a report that displays a summary of all the actions taken for specific project, I need to restrict those records based one of those options from the left side table.  If case 1 was
    denied it should not show in the report.  I need help with this query
    Please Help me  Angie
    Ex:
    Project name
    Actions
    Case 1
    Received
    Process
    Sent for Modifications
    Received w/Modifications
    Denied
    Case 2
    Received
    Process
    Sent for Modifications
    Received w/Modifications
    APPROVED
    Case 3
    Received
    Process
    Sent for Modifications
    Received w/Modifications
    Inactive
    Project name
    Actions
    Case 1
    Received
    Angie

    Hi,
    You can set the Rowvisibility  of the detail row to hide based on the expression
    =IIF(Fields!Actions.Value="Denied",True,False)
    Many Thanks
    Chandra
    If this Answers your issue please mark as answered.

Maybe you are looking for