What is function in excel like "Insertion type : Filtered row" in dashboards

Hi Every One,
I have an Excel data, in which i have 4 columns ( State, code, District, population) having 500 rows. When i select the state name, i want to display all the respective state rows at one place. Please see the example at attachments. Just like filtered row (Insertion type in Dashboard)  concept.
Please HELP ME

Hi Sreeram,
Follow the below steps,
Drag a combo box to canvas ,and map labels as per screenshot,
And map source and destinations,
Now map the destination of combo box to the spreadsheet component to display data.
Now you will get the required output.
Regards,
Samatha B

Similar Messages

  • What is the best practice for inserting (unique) rows into a table containing key columns constraint where source may contain duplicate (already existing) rows?

    My final data table contains a two key columns unique key constraint.  I insert data into this table from a daily capture table (which also contains the two columns that make up the key in the final data table but are not constrained
    (not unique) in the daily capture table).  I don't want to insert rows from daily capture which already exists in final data table (based on the two key columns).  Currently, what I do is to select * into a #temp table from the join
    of daily capture and final data tables on these two key columns.  Then I delete the rows in the daily capture table which match the #temp table.  Then I insert the remaining rows from daily capture into the final data table. 
    Would it be possible to simplify this process by using an Instead Of trigger in the final table and just insert directly from the daily capture table?  How would this look?
    What is the best practice for inserting unique (new) rows and ignoring duplicate rows (rows that already exist in both the daily capture and final data tables) in my particular operation?
    Rich P

    Please follow basic Netiquette and post the DDL we need to answer this. Follow industry and ANSI/ISO standards in your data. You should follow ISO-11179 rules for naming data elements. You should follow ISO-8601 rules for displaying temporal data. We need
    to know the data types, keys and constraints on the table. Avoid dialect in favor of ANSI/ISO Standard SQL. And you need to read and download the PDF for: 
    https://www.simple-talk.com/books/sql-books/119-sql-code-smells/
    >> My final data table contains a two key columns unique key constraint. [unh? one two-column key or two one column keys? Sure wish you posted DDL] I insert data into this table from a daily capture table (which also contains the two columns that make
    up the key in the final data table but are not constrained (not unique) in the daily capture table). <<
    Then the "capture table" is not a table at all! Remember the fist day of your RDBMS class? A table has to have a key.  You need to fix this error. What ETL tool do you use? 
    >> I don't want to insert rows from daily capture which already exists in final data table (based on the two key columns). <<
    MERGE statement; Google it. And do not use temp tables. 
    --CELKO-- Books in Celko Series for Morgan-Kaufmann Publishing: Analytics and OLAP in SQL / Data and Databases: Concepts in Practice Data / Measurements and Standards in SQL SQL for Smarties / SQL Programming Style / SQL Puzzles and Answers / Thinking
    in Sets / Trees and Hierarchies in SQL

  • I have powerpoint for Mac on my imac.  I can't seem to get the active text box function to work like it did on my PC.  How can I insert an active textbox into a presentation that will allow me to type while presenting?

    I have powerpoint for Mac on my imac.  I can't seem to get the active text box function to work like it did on my PC.  How can I insert an active textbox into a presentation that will allow me to type while presenting?

    I've gotten a little further on this. The dynamic select is
    working fine. It's the "a href" code that isn't. I'm wondering if
    someone can look at this line and tell me if it's okay to build the
    query string this way. The storeid comes through fine but I'm still
    not getting the employeeid value to pass. Here's line that's not
    working:
    td><a href="registerStoreCust.php?storeid=<?php echo
    $row_storeRS['storeid']; echo "&employeeid="; echo
    $_GET['employeeLM']; ?>">Register
    Customer</a></td>

  • On my G5 mac at work, I am getting - don't know what to call it - looks like extraneous matrix type code around prompt windows and in applications. Sometimes I will get large shapes of colors, yellows, magentas, cyans. Anyone else experience this?

    On my G5 mac at work, I am getting - don't know what to call it - looks like extraneous matrix type code around prompt windows and in applications. Sometimes I will get large shapes of colors, yellows, magentas, cyans. Anyone else experience this?
    I will attach a recent screen shot of a print window I opened and the extra code is above and below the window. There are matrix type blocks of code and then lines under the window. I get this all the time and it is getting worse.
    Any help to get rid of it would be appreciated.
    Thanks
    TatteredSkull

    It's likely the Video card, or possibly heat.
    At the Apple Icon at top left>About this Mac.
    Then click on More Info>Hardware and report this upto *but not including the Serial#*...
    Hardware Overview:
    Machine Name: Power Mac G5 Quad
    Machine Model: PowerMac11,2
    CPU Type: PowerPC G5 (1.1)
    Number Of CPUs: 4
    CPU Speed: 2.5 GHz
    L2 Cache (per CPU): 1 MB
    Memory: 10 GB
    Bus Speed: 1.25 GHz
    Boot ROM Version: 5.2.7f1
    Get Temperature Monitor to see if it's heat related...
    http://www.macupdate.com/info.php/id/12381/temperature-monitor
    iStat Menus...
    http://bjango.com/mac/istatmenus/
    And/or iStat Pro...
    http://www.islayer.com/apps/istatpro/
    If you have any temps in the 70°C/160°F range, that's likely it.

  • What is the best way of insertion using structured or binary type in oracle

    what is the best way of insertion using structured or binary type in oracle xml db 11g database

    SQL*Loader.

  • How to implement Excel like functionality using Table?

    I have a requirement to implement excel like functionality in a table, i.e when I update the amount in the first row and tab out, the values in the rows below should get affected.
    Could any one suggest idea how to get this done?

    Hi Timo,
    Thanks for your Reply.
    Can you please provide the code for capturing the key stroke in java script and queue it in the server and calling only the adf data table values from it.
    Thanks And Regards,
    Lovenish Garg
    Edited by: lovenish on 21-Jan-2011 04:25

  • Significance of "LIKE" and "TYPE" typespec in Function Builder

    Hi all,
    Can anyone tell me the significance of "TYPE" and "LIKE" in the Type Spec field of Function Builder?
    How does it differ for IMPORT/EXPORT and TABLE?

    Hi,
    TYPE
    The type can be one of the predefined types, one of your own that you defined in the same program using TYPES, or a global type stored in the ABAP Dictionary The default length SL of the field f depends on its data type type.
    LIKE
    The TYPE addition is designed to be the only construct that enables references to data types, whereas the LIKE addition is used only for data objects. The repository objects in the ABAP Dictionary are data types but not data objects. Outside of ABAP Objects the LIKE reference to database tables and flat structures in the ABAP Dictionary is still allowed for reasons of compatibility with previous releases
    In classes only the TYPE reference can be used to refer to data types in the ABAP Dictionary. The LIKE reference is allowed to local data objects only. In local classes this includes the attributes of the class and the data objects of the main program. In global classes only the class attributes can be referenced. This applies both to data declarations and to type assignments of interface parameters and field symbols
    cheers,
    sasi

  • What is the best way to insert massive data into an existing excel file?

    dear gurus,
    i am wondering that what is the best way to insert massive data into an existing excel file, more performance perspective.
    the file is read from BDS , and we want to insert data into it .
    the way i can think of is
    1. OLE AUTOMATION
       i think performance will be a big problem
    2. Office integration
        i am not sure it's facing the same performance issue ?
    3 . XXL_SIMPLE_API/FULL_API
        I am not sure whether they can insert data into an existing excel file?
    could you please give me some advices?
    br.
    jun

    Hi,
    If you want to APPEND data( add data to an existing excel file) from SAP, then use GUI_DOWNLOAD fm with APPEND = 'X' paramter.
    Best regards,
    Prashant

  • Would like to use an alarm clock.  I need the alarm clock to function from the sleep mode.  A review said that MAC products will not allow a program to wake up a Mac.  Is this correct ?  Are there any products in the Mac store what will function from the

    Would like to use an alarm clock.  I need the alarm clock to function from the sleep mode.  A review said that MAC products will not allow a program to wake up a Mac.  Is this correct ?  Are there any products in the Mac store what will function from the sleep mode ?  How do I check this out ?

    You can set times for your computer to turn on or wake from sleep in the Energy Saver system preference pane using the Schedule... button.

  • What is the purpose of User-Defined Functions under Excel Service Application?

    Hello, I have done a lot of research and have concluded that we cannot use VBA present under Excel sheet code in sharepoint.
    Today I was reading on excel services in sharepoint. I came across User-defined functions under Excel Service Application settings. I believe that User defined functions refer to the Calculations and VBA (am I wrong on this?).
    If true, then, does this bring hope that we can use embedded VBA code present into excel sheet in SharePoint also?

    Hi Nachiket,
    When you set  ‘Allow External Data’ to None, it disables all external data connections for the trusted file location.
    When you set  ‘Allow External Data’ to ‘Trusted data connection libraries and embedded’, it enables connections that are embedded in the workbook file or connections that are stored in a trusted data connection library.
    More information, please refer to the link:
    http://technet.microsoft.com/en-us/library/jj219699.aspx
    As your description, when you tried to set Allow External Data to None, the external data also was displayed, it may be caused by data cache or time delay.
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Chart Insertion Type

    Hi,
    I am new to Xcelsius.
    I need more details on insertion types position,values,row, column and status list.
    which scenarios which insertion type used.
    Thanks in advance
    Aravind.S

    beside the insertion type dropdown you can find a small icon 'i'. Select an Insertion Type from the dropdown and click on this Icon which plays a small flash movie which explains the insertion type.
    Assume that you have a combo box component with the following items:
    A
    B
    C
    D
    Label: This type will insert the value A,B,C and D respectively based on what label u select.
    Postion: This will insert 1,2,3,4 (ordinal) if you select A,B,C,D respectively.
    Row: This will insert row associated with these items in the excel.
    Column: this will insert the column associated with these items in the excel.
    Iwould recommend you to go through the flash movie.

  • What is functional spec can any one one give it

    hi
    what is functional spec.  can any one give some notes on that
    thanks in advance

    SAMPLE
    Functional Specification Details
    Dev Req. Ref No     
    To Be Filled By Functional Lead
    Product / Module     FI     CO     MM     SD     CS     CRM     BW     EP     BPS
    Requested By     XXXXXXXXXXXXX
    Requested Date     12.06.2006
    Reqd. By Date     
    Business Case     Sales / Purchase Report at Work-Shop.
    Requirement     
    Priority     Critical     Important     Desirable
    Functional Specs     Selection Parameter
    Sales Organization: From (Mandatory)
    Plant  From  to   (Mandatory)
    Period: From date, To date (Mandatory) WRT Service order
    Output Parameters:
    Header:
    Dealer’s Name
    Plant :
    Address:
    Sales/Purchase Report
    From To     Date
    Logic for Plant Address:
    Go to Table  T001w & get NAME2, TRAS, PSTLZ, ORT01
    Item Level:
    Sr.No
    Material Code (MATNR)
    Material Description (ARKTX)
    Sale Quantity
    Group Wise(Acessories/Oil/M&M,Local)
    Sale Value
    Vat Amount
    Unit Cost
    Cost Value
    Difference
    Logic for the report:
    Based on the combination of  Sale Organization (VKORG), Plant(Werks),
    Data to be extracted from CAUFV(Service Order)– Data to be Extracted are
    as follows:Give Input as Erdat From To Get AUFNR(Service order No).
    Pass This Value(AUFNR) into Table RKPF With input ERDAT to get all Service orders done with Movement Type 261(BWART).Pass this Value (AUFNR) into VBAK to get VBELN(Sales Order No’s.).Pass this values of VBELN into Table VBAP to get MATNR,ARKTX,MATKL,ZMENG.
    To get Sale Amount:Go to Table VBAK give Value VBELN, get KNUMV.Pass this KNUMV as input in  KONV table & get KBETR & KAWRT
    Logic for Vat Amount: Based on the region of delivering plant and region of the customer A911. Hard code the values for Customer Tax Classification as ‘1’(Go to VBAP with in put VBELN & get TAXM1) and Material Tax Classification as ‘1’. Then pass the values of Region of delivering plant and region of customer along with the hard coded values for Customer Tax Classification and Material tax classification in table A911. Obtain the value for KNUMH for the period or duration provided as input.
    Pass the A911-KNUMH into KONV-KNUMH to obtain the values of KONV-KBETR. Convert the value in KBETR to tax rate in percentage by dividing it by a divisor of ‘10000’. This value is the percentage of Tax. Add the percentage tax to the amount obtained for the basic amount. To obtain the price after tax.
    If the condition not met ,
    . Based on the region of delivering plant and region of the customer A909. Hard code the values for Customer Tax Classification as ‘1’ and Material Tax Classification as ‘1’. Then pass the values of Region of delivering plant and region of customer along with the hard coded values for Customer Tax Classification and Material tax classification in table A909. Obtain the value for KNUMH for the period or duration provided as input.
    Pass the A909-KNUMH into KONV-KNUMH to obtain the values of KONV-KBETR. Convert the value in KBETR to tax rate in percentage by dividing it by a divisor of ‘10000’. This value is the percentage of Tax. Add the percentage tax to the amount obtained for the basic amount. To obtain the price after tax.
    Then pass this value into A920-KNUMH into KONV-KNUMH KONV-KNUMH to obtain the values of KONV-KBETR. Convert the value in KBETR to tax rate in percentage by dividing it by a divisor of ‘10000’. This value is the percentage of Tax. Add the percentage tax to the amount obtained for the basic amount. To obtain the price after tax.
    The validity of records from and to date to appear in the last two columns of the report.
    Logic for Unit Cost:Go to Table MBEW with input MATNR & get VERPR.
    Logic for Cost Value:Unit Cost * Sale Quantity.
    Logic for Difference:Sale Amount(NETWR-KONV) – Cost Value(MBEW-VERPR * Sale Quantity
    Usage Frequency      High
    Authorizations     
    Performance Considerations     
    Test Cases & Desired Output     
    Formats for Input / Output / Forms etc.     Input Parameter          
    Sales Organization (mandatory)     From     
    Period (mandatory)     From Date     To date
    Output Format:
    Excel Sheet Attached
    To Be Filled By Project Manager
    Req. Accepted     YES     NO
    Date     
    Remarks     
    Signature     
    Impact Analysis Details
    To Be Filled By Technical Team Lead
    Dev Req. Ref No     
    Impact Analysis     
    Disposition     Accepted     On Hold     Rejected
    Effort Estimate     
    Est. Start Date     
    Est. End Date     
    Assigned To     
    Remarks     
    Signature     
    Technical Specifications Details
    Dev Req. Ref No     
    Tech Specialist     
    Start Date     
    Technical Specs     
    End Date     
    To Be Filled By Technical Team Lead
    Specs Approved     YES     NO
    Date     
    Remarks     
    Signature     
    Development Details
    Dev Req. Ref No     
    Tech Developer     
    Start Date     
    Object Name     
    Request No     
    Unit Test Report     
    End Date     
    Remarks     
    Signature     
    Testing Report
    Dev Req. Ref No     
    Transportation Details
    Dev Req. Ref No     
    Trans. Req. No     
    Trans. Req. Desc     
    To QA Server     
    To Prod Server     
    Signature

  • Whats the functional difference between CUA and UME?

    Hi All,
    A small query regarding UME (User Management Engine) and CUA ( Central User Administration). Whats the functional difference between these two. I read in help documents that UME will be used for SAP WebAS Java server. But I read that it can be used for ABAP engine as well. Then why do we need to use CUA when we have user friendly interface tool like UME. According to my knowledge from help documentation, UME comes pre installed. so we dont need to install it as we have to do for CUA.
    Can any help me in understanding the difference between these two. Thanks in advance. Good day.
    Regards,
    Farooq.

    Hi,
    Indeed good question.
    It depends on installation type you selected. But are responsible for user administration in terms of creating, deleting, updating and role assignment tasks to users and groups.
    --CUA is meant for ABAP Installation. CUA is responsible for entire landscape user administration works with RFC connection talking to all ABAP systems
    --UME is meant for Java installations, plus UME is responsible for handling communication between ABAP users and java users.
    UME
    For more details see below links all advantages and disadvantages of both systems and comparisons deliberately.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/d2/3e3842b23d690de10000000a155106/frameset.htm
    Thanks,
    Amit Lal
    P.S Please don't forget to reward pts.

  • Compli error 'Field' but used like a 'Type'

    HelloI have one more question i know i should be able to work this out but still learning. I have a method like this
    void InsertIntoArrayList(int txtPosition, string txtActorName)
    ArrayList ActorArrayList = new ArrayList();
    ActorArrayList.Insert(txtPosition, txtActorName);
    What i.m getting is the red line under ArrayList on both and the error is 'Field' but used like a 'Type'
    I have searched the net most the day and can not seem to work out why.
    Thanks for your help

    I'm still not sure where i have gone wrong here is my full code
    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Linq;
    using System.Text;
    using System.Threading.Tasks;
    using System.Windows.Forms;
    using System.IO;
    namespace Checkpoint2
    public partial class frmMain : Form
    public frmMain()
    InitializeComponent();
    System.Collections.ArrayList ActorArrayList = new System.Collections.ArrayList();
    int Position;
    string ArrayList;
    private void frmMain_Load(object sender, EventArgs e)
    void LoadArrayList()
    TextReader tr;
    //txtPosition.Clear();
    // openTextFile;
    tr = File.OpenText("C:\\Users\\warwick\\Desktop\\Web Course\\App Programming\\Checkpoint2\\Checkpoint2\\bin\\Debug\\actors.txt");
    string Actor;
    while (true)
    Actor = tr.ReadLine();
    if (Actor == null)
    break;
    ActorArrayList.Add(Actor);
    //string Actor;
    //Actor = tr.ReadLine();
    //while (tr != null)
    // txtActorName.Text = tr.ReadLine();
    // //cboActor.Text = tr.ReadLine();
    // ActorArrayList.Add(Actor);
    // Position++;
    // Position = ActorArrayList.IndexOf(Actor);
    // txtPosition.Text += Position;
    // break;
    tr.Close();
    // place actors names in comboBoox
    void PopulateActors()
    cboActor.Items.Clear();
    foreach (string Actor in ActorArrayList)
    cboActor.Items.Add(Actor);
    txtActorName.Text = Actor;
    //MessageBox.Show(Actor);
    void WriteArrayList()
    TextWriter tw;
    try
    tw = File.CreateText("C:\\Users\\warwick\\Desktop\\Web Course\\App Programming\\Checkpoint2\\Checkpoint2\\bin\\Debug\\actors.txt");
    foreach (string Actor in ActorArrayList)
    tw.Write(Actor + "\r\n");
    //txtActorName.Text = " ";
    //txtPosition.Text = " ";
    tw.Close();
    catch
    MessageBox.Show("Error could not right to file");
    void InsertIntoArrayList(int txtPosition, string txtActorName)
    ArrayList ActorArrayList = new ArrayList();
    ActorArrayList.Insert(txtPosition, txtActorName);
    void DeleteFromArrayList(int txtPosition)
    ActorArrayList.RemoveAt(txtPosition);
    private void btnInsert_Click(object sender, EventArgs e)
    WriteArrayList();
    private void mnuRead_Click(object sender, EventArgs e)
    LoadArrayList();
    PopulateActors();
    private void btnDelete_Click(object sender, EventArgs e)
    DeleteFromArrayList(Position);
    WriteArrayList();
    MessageBox.Show("Are You Sure");

  • While defining a columnar table, what is the purpose of column store type

    Hi folks
    I have two questions related to columnar table definition.
    1. What is the purpose of column store type.
    While defining a columnar table, what is the purpose of column store type (STRING ,CS_FIXEDSTRING,CS_INT etc) , when I define a table using the UI I see that the column is showing STRING but when I goto EXPORT SQL it does not show.  Is this mandatory or optional ?
    2.VARCHAR Vs. CHAR - In the UI when I create the table I do not see the CHAR option , but I do see lot of discussion where people are using CHAR for defining the columnar table. Not sure why UI dropdown does not show it. I also read that we should avoid using VARCHAR as those columns are not compressed, is that true, I thought the column store gives compression for all the columns. Are there certain columns which cannot be compressed .
    Please let me know where I can find more information about these two questions.
    Poonam

    Hi Poonam
    the CS_-data types are the data types that are used internally in the column store. They can be supplied but it is not at all required or recommended to do so.
    SAP HANA will automatically use the correct CS_-data type for every SQL data type in your table definitions.
    To be very clear about this: don't use the CS_-data types directly. Just stick to the SQL data types.
    Concerning VARCHAR vs CHAR: fixed character data types are not supported anymore and don't show up anymore in the documentation.
    I have no idea why you believe that VARCHAR columns are not compressed but this is just a myth.
    create column table charcompr (fchar char(20), vchar varchar(20));
    insert into charcompr (
        select lpad ('x', to_int (rand()*20), 'y'), null from objects cross join objects);
    -- same data into both columns
    update charcompr set vchar = fchar;
    -- perform the delta merge and force a compression optimization
    merge delta of charcompr;
    update charcompr with parameters ('OPTIMIZE_COMPRESSION' ='FORCE');
    -- check the memory requirements
    select COLUMN_NAME, MEMORY_SIZE_IN_TOTAL, UNCOMPRESSED_SIZE, COUNT, DISTINCT_COUNT, COMPRESSION_TYPE
    from m_cs_columns where table_name ='CHARCOMPR'
    COLUMN_NAME    MEMORY_SIZE_IN_TOTAL    UNCOMPRESSED_SIZE   COUNT   DISTINCT_COUNT  COMPRESSION_TYPE
    FCHAR       3661                    70285738            6692569 20              RLE
    VCHAR       3661                    70285738            6692569 20              RLE
    We see: compression and memory requirements are the same for both fixed and variable character sizes.
    - Lars

Maybe you are looking for

  • How Itunes 7.0 killed my ipod 60g photo

    Here is a sad story for others benefit. I am out of luck! as my ipod is 13 months old and out of warranty... and nothing seems to work. [I am hoping for some tech master on these forums who can help] 1. I had a perfectly working ipod (No issues) Whic

  • How to modify the soap header of ebxml control?

    I need to change the soap header information of the ebxml control from <eb:CPAId>http://www.openuri.org/cpa</eb:CPAId> to <eb:CPAId>MyString</eb:CPAId> and I want to add some additional information to the header such as the wsse feature <wsse:Securit

  • F4 help on date field on screen

    Hi , I created a screen using dialog programming . I have a date field there which is defined as zscreenfield-zdate. The format for this field in Element list is DATS . How do i get a drop down on the date field on the screen . Please advise Thanks !

  • Facing Problem with FileUploading.....

    import javax.servlet.*; import javax.servlet.http.*; import java.sql.*; import java.io.*; import java.util.*; import org.apache.commons.fileupload.*; public class FileUploadDemo extends HttpServlet      public void init(ServletConfig config) throws S

  • My itunes will not read my iphone 5c

    when i plug my phone in my laptop identifies my iphone but itunes wont!? i just spent n hour chatting with a representative even did the screen share and even he couldnt figure out what was wrong i was suppose to connect back with the chat thing and