How to add selection in Query

How to add additional fields created  to selection screen too ?
I have created some additional fields in the infoset . but when i am trying to create a  Query the fields are only appearing as  output fields ...
normally the fields should appear both as a selection and output field .
thanks in advance ..
Naval Bhatt

Hi,
Create additional fields in infoset, assign those fields to field group then generate infoset. Change corresponding query where you will see the additional fields and in selection fields window select the additional fields.
Cheers.
...Reward if useful

Similar Messages

  • In itunes how to add selected groups

    in itunes how to add selected groups

    BalusC wrote:
    You're placing an array of all values into single SelectItem instead of creating a new SelectItem for each value of the array.With other words: you should not place all values in one SelectItem. You should create a new SelectItem for each value of the array.

  • How to add '%' to a query with bind variables

    Hi,
    I am using oracle jdeveloper 11g.
    I am trying to create a table to display rows using the below query in a jspx page,
    select * from ade_txns where series='WORKPLACE_PT.11.1.1.8.0_GENERIC' and transaction like 'rkumara%'
    I am using a view with query and binding variables as below,
    select * from ade_txns where series= :p_series and transaction like :p_QAEngineer
    I will be passing p_QAEngineer using binding variable using 'ExecuteWithParams' using a dropdown(eg: 'rkumara'). But I need to add a '%' to this value as I am using a 'LIKE' clause in my query.
    I tried using,
    select * from ade_txns where series= :p_series and transaction like :p_QAEngineer+'%'
    But this is not working for me.
    Can someone please tell me how i can solve this.
    Thanks,
    Ranjeet

    does this help also?
    How to add regular expression in viewobject bind variables
    ~Abhijit

  • How to add selected values from table(selected using checkbox)to table?

    Hi All,
    i have created simple page with search panel with table in table i have created one column as check box for selecting.
    here what my requirement is i need to do search multiple times to add some roles to from some different categories.here whenever i searched i ll get some roles into table there i ll select some role and i ll click add buttion. whenever i click add i need to add those roles into some other table finally i ll submit added roles.
    here i followed one link http://www.oracle.com/technetwork/developer-tools/adf/learnmore/99-checkbox-for-delete-in-table-1539659.pdf
    i used same code and able to see selected row in console, as object array how to add these into table.
    please help me out
    Thanks in advance
    siva shankar

    Thank you for a quick reply
    i used the same thing before i go for table check box concept.here what i observed is when i search i am getting some results i am able to shuttle.but if i search again the shuttle is refreshing with new values even not available list its refreshing selected list. IF dont want refresh selected ones.
    my usecase after make some searches I will select some roles from different categories at finally i ll submit.
    i hope you understand me requirement. please suggest me is this requirement is possible in shuttle component? if yes please guide me.
    thanks
    Siva Sankar

  • How to add "select all" to explorer context menu

    In Windows 7 and  8 I was able to add "select all" to explorer right click context menu using a .vbs script file and a .reg file.  The same .vbs and  .reg files worked for both OS.  However, it does not work in Windows
    10.  Does anyone know how I can accomplish this in Windows 10?  Using Ctrl+A is awkward for me since I've used the context menu for so long.  Besides,  I guess I'm lazy.  Searching the net I've found other context menu adds but
    not this.

    Hi Glasskuter,
    Win 10 is preview version and the purpose is to collection feedback. We've not started to support it yet. I would recommend you use feedback tool in Win 10 desktop to submit issues about it. Thank you for using Win 10.
    Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to add -Select- as the first value in dropdownbox?

    Hi All,
    I am having a dropdownbox with the set of values. I need to add -SELECT- as the first and default value. Please do advise how to achieve this.
    Code and screenshot below.
    var oModel = new sap.ui.model.odata.ODataModel("../../services/admin/typesTable.xsodata/", false);
    var oSort = new sap.ui.model.Sorter("ID", false);
    var lblType = new sap.ui.commons.Label();
    lblType.setText("Type");
    var ddbType = new sap.ui.commons.DropdownBox();
    ddbType.setRequired(true);
    var oItemTemplate = new sap.ui.core.ListItem();
    oItemTemplate.bindProperty("text", "NAME");
    oItemTemplate.bindProperty("key", "ID");
    ddbType.setModel(oModel);
    ddbType.bindItems("/TYPES", oItemTemplate, oSort);
    lblType.setLabelFor(ddbType);
    oChildLayout.createRow(lblType, ddbType);
    Thanks in advance
    Aravindh

    Hi,
    Refer this discussion on exact requirement empty/"all" entry in DropdownBox with OData model - cleanest solution
    Regards,
    Chandra

  • How to add Select event in dynamic ALV

    Hi,
    I have created dynamic ALV and now i want to checked the selected row value.
    If in the selected row contain 'A' value then i have to disable the Button given on the screen.
    If in the selected row contain B' value then i have to enable the Button given on the screen.
    How to add the event once I select the row.
    I have done like this . but it is not
    lw_api_2->do_dynamic_navigation(
              source_window_name          = 'ZWDCHHR_EX_TASK_DELE'
              source_vusage_name          = 'ZWDVHHR_EX_TASK_DELE_USAGE_1'
              source_plug_name            = 'TO_ALV'
              target_component_name       = 'SALV_WD_TABLE'
              target_component_usage      = 'ALV_USAGE1'
              target_view_name            = 'TABLE'
              target_plug_name            = 'DEFAULT'
              target_embedding_position   = 'ZWDVHHR_EX_TASK_DELE/VIEW_DELEG_MY_TASKS' ).
      register event handler
        lw_cmp_usage_2->add_event_handler(
           listener        =  lw_api_2
           handler_name    = 'ONSELECT_TAB1'
           controller_name = 'INTERFACECONTROLLER'
           event_name      = 'ON_SELECT' ).
    Thanks and regards
    Amita Gandhi

    Hi Amita,
    You can try fetch the number of the row which was leadselected through R_PARAM->INDEX. (This would be just a normal integer variable. You can try check this out in debugging mode. ) Now you can just read the data of this row from the context node by saying as GET_ATTRIBUTE up on the nodes reference with the index as R_PARAM->INDEX.
    Regards,
    Uday

  • How to add infoObject at query level

    Dear Friends,
    How to add or import Info Object or Charecterstics directly at query level. Please note that this perticular Info Object is not available in Info Cube.
    Please help me. It is very urgent.
    Regards

    Thanks Mr.Ramana
    I have added InfoObject accordingly in MultiProvider, but in query result no results are coming for this perticular infoobject. It is coming as "Not assigned".
    Is there any other solution like "customer exit"
    Please reply.
    Regards
    Guru

  • How to add selection criteria in a prompt

    I have developed a prompt based on a dimension.
    The dimension has a type column. (with 5 different values like Warehouse, Store, Office, Manufacturing Plant etc.)
    In the list I would like to show only values related to only one single type. (type = 'Store')
    how could I make this change in the prompt?

    I have the below Dimension columns in BMM.
    DIM - Organization_Units
    --Organization_Unit   (Name of the unit within the organization for example: 'Central Station Cafe'. It could be a store, or a warehouse or a sales office or a plant).
    --Organization_Type (Store, Warehouse, Sales Office, Plant)
    --Country
    --Region
    --City
    I have developed a prompt which has the below column prompts:
    1- Country    (Stores are located all over Europe).
    2- Region   (Which area of that country; e.g. Wales in UK)
    3. City    (London)
    4. Store
    In my dimension there is no column for store. Store is an Organization_Type. and I need to show the list of stores. So the query with become:
    select Organization_Unit from Organization_Units where Organization_Type = 'Store'.
    No when the end user looks at my dashboard; the prompt come on his page. He might select 'UK', and then 'London' as a city.
    The list of stores in the prompt should show only those stores located in the City London.

  • How to add selection tool? (NOT selection-and-text-edit tool)

    I need to add the selection tool to my Acrobat XI interface.
    The icon for this tool is an arrow.
    I do NOT want the tool whose icon is an arrow along with a text-edit cursor.  I already have that, and it doesn't serve all my selection needs.  For example, I can't use it to "window" to select several objects at once.
    How can I add this tool to my toolbars / to my interface?

    The problem with this is that the tool doesn't appear in the tools pane.  I can't find the tool anywhere, but I know that it exists, because at some point I did somehow manage to see it either in the tools pane or in the Quick Tools area.  It does exist in Acrobat XI, right?  If so, please tell me how to find it.

  • How to add SELECT-OPTIONS to VL10

    Hi Friends,
    I am bit new to enhancements, my requirement is,
    I have to add field VBAK-SUBMI as a Selection Criteria to the Selection Screen for the VL10 - Program V50RINCL - user exit <b>V50R_SELECT_OPTION_ADD</b>.
    Could u please advise either i can inclue zprogram to user exit or i can put code directly in above user exit. If possible give step by step code in zprogram.
    Thanks in advance, points will be given.
    Regards. VK Rao.

    Hi ,
    when you go inside the user exit, there would already be an include statement written for a z program. this z program might or might not be implemented before.
    If it is not implemented, on double clicking on the program name, you will be given a warning saying that the code has not been written yet. So when you press enter, the program will be in editable mode and yo can put your piece of code there.
    and if its already implemented by someone else, then you directly go in change mode in that include program and write your logic.
    Hope this helps,
    Reward points if helpful,
    Thanks,
    Karan

  • How to add selection to 'save image to pictures' ?

    Hi guys,
    Doubt this is possible. Want to know if we can add the option to save to the pictures folder as well as the downloads folder when right clicking an image on the net.
    Thanks.

    The only way I know of to do that is to right click on the image, select "Save As..." which will open the Finder window, and there navigate to the your User folder's "Pictures" folder.  Not very elegant, I know.  You cannot easily add to the previous right click's list of options.

  • Ater restoring u2 iPod how to add selected songs from library?

    I have 2 an 80gb and the U2 30 gb. I restored the U2,how can I add the songs,podcasts etc to the 30 gb iPod?

    Click here and follow the instructions.
    (25421)

  • How to add parameter into query

    select t0.cardcode, t1.itemcode, t1.[year], t1.[month], sum(t1.nettamnt)[Sales], sum(t1.nettgp)[GP] from ocrd t0 inner join [DEV].[dbo].[2yearbycarditem] t1 on t0.cardcode = t1.cardcode
    WHERE t1.ItemCode like '12V%'
    group by t0.cardcode, t1.itemcode, t1.[year], t1.[month]
    order by t0.cardcode, t1.[year],t1.[month]
    how do i change this so the itemcode is a parameter. They need to enter an itemcode that starts with e.g. 12V
    I have tried
    WHERE t1.ItemCode like '%' + @itemcode + '%'
    this does not work.
    please help
    thanks in advance- Janice

    Hi Janice Middleton....
    Try This, If you want to pull all items the use % in the selection
    /* select * from oitm x1 */ DECLARE @d1 AS nvarchar(100)
    SET @d1=/* x1.ItemCode */ '[%0]'
    SELECT t0.cardcode,
       t1.itemcode,
       t1.[year], t1.[month], sum(t1.nettamnt)[Sales], sum(t1.nettgp)[GP]
    FROM ocrd t0
    INNER JOIN [DBO].[2yearbycarditem] t1 ON t0.cardcode = t1.cardcode
    INNER JOIN oitm oi ON oi.ItemCode=t1.itemcode
    WHERE oi.ItemCode LIKE @d1
    GROUP BY t0.cardcode,
       t1.itemcode,
       t1.[year], t1.[month]
    ORDER BY t0.cardcode,
       t1.[year],t1.[month]
    Regards
    Kennedy

  • How to add pl sql query into help text of an item.

    Hi
    In my database i have added comments to the colums. I would like to use this comments in the help text of the items of my application. I have the query but when I use it in the help text attribute it does not execute the query, it presents the query.
    Any ideas?

    It is probably too late now, but note that if you create your application using the Create Application Wizard and Application Models, based on User Interface Defaults created in the SQL Workshop, any column comments will automatically become application help text.

Maybe you are looking for

  • Why won't my apps download on new ipad mini?

    My apps will not download on my new ipad mini?  They remain in the "waiting" stage for days.   have tried deleting and re-downloading one by one, but have not had any success.

  • Query related to clearing payments

    when i am going to clear the payments at customer and vendor level it is asks to enter a valid tax code i did't mention any tax code when i created accounts where can i change this tax coder option please suggest some points

  • Why does AI CC 2014 "Welcome Window" contain tutorials demonstrating AI CC not 2014?

    This is REALLY confusing. I am relieved to see "smooth tool toggle" has been returned as an option for the Pencil tool in CC 2014, but the "Rebuilt Pencil Tool" video within "Welcome>New Features" is showing an old version that does NOT contain this

  • Using public views to check function implementation

    Hi All, I'm trying to use some public views to check whether the repositories of Development, Acceptance and Production are in sync. In order to check the functions and procedures, I came up with the following query to have a simple comparison mechan

  • IPod Touch drive is not shown !

    First, I'm using Windows 7 Ultimate x86. Once connected to the PC, my iPod Touch is charging normally and appears in iTunes but iPod Touch drive is not shown ! In the Windows Device Manager, iPod appears in Other devices but the Apple Mobile Device U