Group by characteristic

Hi all!!
I have requeriment,
I have the char 0DEBITOR, and I need to group this for three diferentes areas that the client call nacional, filial and internacional; this group not exist in R/3; I think that can be created in hiercharchy, but maybe can be dificult of maintein this because when I have one new client this must be in one of the area.
Finally i need a report that shows:
In colums the quantities and in row the three areas (nacional, filial and international)
I hope someone can help me
Thanks in advanced
Mónica Elizondo

You can create a navigational attr of 0DEBITOR and supply it the group as a value. Then use this in your report. You will still need to know which value falls into which group and you can try to load that if the business has a list that they maintain
Hope this helps...

Similar Messages

  • CO-PA - How to create a group in tx KEU5

    Hi every one.
    Anybody could explain me how to create a group or characteristics set for assessment cycle in CO-PA??
    Please I appreciate any help.
    Tnks

    *Thanks for your help, when I'm  using the  tx GS01 in the selection, for create a group for characteristic Route*
    *Table: KGALK*
    *Field Name: SETID*
    *The system shows the following message of error:*
    You cannot create a set because the field is >24 characters long.
    Message no. GS083
    Diagnosis
    You tried to choose a field (SETID) to be used for a set which has a field length of more that 24 characters in the repository. The allowed maximum field length for a set field is 24.
    System Response
    You cannot create this set.
    I need to know that as is the tables and the name of the fields for creates the groups for the typical route and material
    Thanks for your help.

  • SAP - Treasury - Characteristic - MRA

    Hi All
    We got new requirement to create characteristic and assign them in the Hierarchy.
    As i am new to MRA. Please suggest me.
    still i made some configuration changes in JBWG i have created Characteristic group and characteristic as well. is this correct.
    thanks in advance
    Regards
    Prasad

    re

  • Release startegy--Purchase group

    Hi,
    I have included new created purchase groups into Characteristic value ,
    but this purchase groups are not having release strategy into PO,
    What other setting requires?
    Devendra

    Hi,
    As you have already included newly created purchase groups into Release Characteristic value, just cross check you have VALUE of "newly created purchase groups " in the release statergy.if not VALUE need to add in to the Release Strategy.
    As  TR transported from customising client to testing client and you can directly  add  newly created purchase groups into Release Characteristic but the VALUE of "newly created purchase groups " can not be added directly in testing client for Release Strategy . Now add newly created purchasing groups in CL24N/CL20N for your Release Strategy with Release Group with Release Class.
    Regards,
    Biju K

  • Report Does Not Display Data from Non-BCS Cube

    Hi,
    I have the following scenario.
    I have a MultiProvider with two real-time cubes. Cube A is used to store Actual data and Cube B is used to store Budget data.
    Cube A is used by BCS, so the real-time load behavior is set to "Real-Time Data Target Can Be Planned; Data Loading Not Alllowed".
    Cube B is not used by BCS, so data is being loaded using BW InfoPackages, with real-time behavior set to "Re-Time Data Target Can Be Loaded With Data; Planning Not Allowed"
    My BCS has two Consolidation Group hierarchy. One is for Legal reporting and another one is for Business Segment reporting. So, if I have a Consolidation Unit, COMPANY1, it would belong both hierarchies, e.g. LEGAL1 and BSEG1.
    In my query, I have no problem displaying Actual data when I specified Reporting Mode (0BCS_REPMOD) = Standard. (S). However, Budget data does not get displayed. FYI, I have uploaded data twice for each record i.e. LEGAL1 and BSEG1 in the Cons Group (0SEM_CGCOMP) characteristic.
    Any idea on how can I get the budget data displayed?
    Thanks.

    Hi,
    Have you Identified Characteristics and Selected Key Figures:
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/cf/bc734190ba137de10000000a155106/frameset.htm
    Without proper construction of multiprovider you'll not be able to see both cubes.

  • Query to find unique combinations in a record set

    I need to build a SQL to identify unique combinations
    I have the following data structure -
    I have a table to capture characteristics. Each characteristic can be associated with one or more attributes. Each attribute can be assigned one or more values
    Characteristics are grouped under Characteristic set. A Family set is the highest level of grouping and is a group of characteristic sets.
    I need to find the unique combinations within each family set
    Ex.
    Family Set - F1
    contains Characteristic Set - S1 and S2
    S1 contains characteristics - C1, C2.
    S2 contains characteristics C3
    C1 contains 1 attribute a1 which can have two values v1 and v2
    C2 has 2 attributes a2 and a3 each of which can have one value say v2 and v3 respectively
    c3 has 1 attribute a4 which can take 4 values say v4, v5, v6, v7
    There is no pattern in terms of the number of values that can be assigned to an attribute, number of attributes for a characteristic, no of characteristics present in a set and number of set that can be associated with a family.
    Need to know the max no of unique combinations in a family. One combination for the above ex would be F1S1C1A1V1+F1S1C2A2V2+F1S1C2A3V3+F1S2C3A4V4
    Appreciate your help.
    Thanks
    Gopal

    Hi David,
    Thanks for you analysis
    But these are not the combinations I am looking for. The details below may explain my requirement -
    I am trying to build out a repository of flows supported by a product application.
    Characteristics are features in the application. Each feature can have one or more input parameters or attributes. Each parameter can support multiple values
    For ex. one characteristic could be
    Define Item
    Input parameters/attributes for item could be item class, item type etc. These attributes can take different values.
    Item Source could support values like Manufactured, Procured etc
    Item Type could support values like Raw Component, Finished Goods, Intermediates etc
    Characteristics are stored in a table with ID and name ; Attributes stored in attributes table with ID and named joined with characteristics id .. Values are stored in values table with value id and value and joined with the attribute id
    Based on the above ex., some of the supported combinations are Manufactured Component, Procured Component, Manufactured FG, Procured FG etc
    Characteristic set is a group of related characteristics or features.
    To take the above example further .. we can group Define Item + Define Product Structure as a characteristic set - Define Product
    Define product structure say has one attribute stucture type which takes two values complex and simple
    Characteristic set is stored in a set table with columns setid, setname, stepno, characteristic_id
    Now the combinations become - Manufactured Component with Complex Structure, Manufactured Component with Simple Structure, Manufactured FG with Complex Structure etc ...
    Family set are the supported flows in the application which groups the features to be executed.
    For ex. a Product Definition flow will comprise of
    Step 10 - Define Product (characteristic set)
    Step 20 - Cost the Product (another characteristic set with say one characteristic - cost method which supports value standard and average)
    Family set is stored in a family set table with column familyid, familyname, stepno, chstepid
    Based on the above ex, the product definition flow will have several combinations such as
    Combination 1 -
    Step 10 - Define Mfg Component with Complex Structure
    Step 20 - Cost the Component with Standard Costing
    Combination 2 -
    Step 10 - Define Mfg Component with Complex Structure
    Step 20 - Cost the Component with Average Costing
    and so on ...
    I need to derive the total number of unique combinations for each family set / flow
    Family Set > Step No > Characteristic Set (one characteristic set per step) > Step No > Characteristics (one characteristic per step) > Attributes (many attributes per characteristic) > Attribute value (many values per attribute)
    The complexity is quite large as the product supports several flows which can be executed through many combinations. We need to build out the combinations as a product footprint and I am trying to have it mapped through an apex application.
    Appreciate any help to map this information out.
    Thanks
    Gopal

  • Search Material by Multiple Characteristics Values

    Hi gurus,
    I need your help in a subject.
    I've a material which is assigned to two classes ZMATERIAL and ZMATERIAL2.
    ZMATERIAL has some characteristics about the material and ZMATERIAL2 has also different characteristics.
    I want to search for material by giving values for multiple characteristics which are assigned to different classes.
    For example;
    ZMATERIAL has Plant and Material Group as characteristic
    ZMATERIAL2 has Responsible Person as characteristic
    I want to search by giving plant and responsible person. Can I do this in SAP? It allows me to search only by one class as I see.
    Thanks in advance...

    Sefa Kocali,
    Seems it can be done if you can use class hierarchy.
    Create a new class ZMAT without any characteristic , then assign your existing classes to this class using transaction CL22N. once its done, you can use CL30N to search objects in new class ZMAT , also you will have optyion to use subordinate class for this searches.
    Check below link for more details
    Inherited Characteristics - Classification (CA-CL) - SAP Library
    Check and come back with your findings.
    Hope it will help you.
    Thanks
    Ritesh

  • Can't use Overall Release for Purchase Requisitions

    I have two groups, AA and ZZ.  Each group has it's own Class.
    Group AA uses Cost Center Class (CN)  (uses Characteristics Cost Center and Line Amount)
    Group ZZ uses Order Class (OC) (uses Characteristic Order)
    I have built one and only one Release Strategy for each of these Groups.  These Strategies both work successfully when I select the other group to be the group for Overall Release.  That is, if I set ZZ to be for Overall Release, then create a requisition, the release strategy for Group AA is applied successfully.  However, if I modify the req the strategy for ZZ, does not get applied.
    The opposite is true.  When AA is set to be for Overall release, then ZZ works.  However, if I modify the req, then AA's release strategy does not get applied.
    Again, both strategies work correctly when the other Group is set to be the one to use for Overall Release.  However, neither strategy works if its group is set to be the one for Overall Release.
    What am I missing?  I only have two classes, two groups, and two release strategies.

    SAP Standard system allows only 8 levels of release codes.If client requirement is more than 8 then for excess release codes customisation is done by the technical team (Abapers).Lets take an example of 15 release levels required for a client according to his Business needs then in this case initial 7 codes are customised and remaining 8 release codes are configured in the system.
    Release procedure is of two types
    Release Procedure without classification
                 This procedure is applicable only for Purchase Requisitions.
                 Here PR is released Item by Item only.
    Release Procedure with classification
                This procedure is applicable to PR,RFQ,Service Entry sheet,RFQ,PO,Contract  and scheduling agreements.
                Item by Item and Header level releases can be configured
                For PR - both item by item and Header level release can be configured
                For external purchasing documents - Release is possible only at Header level.
    Step 1:
    Create Characteristics
    In this step we need to create characteristics - conditions to be satisfied for triggering Release startegy.For example client has asked to set release strategy based on 3 inputs.Combination of value, Plant and Purchasing group
                1) Total value of PR more than Rs 50,000
                   create  characteristic as "Release_PR_total_value" in transaction code CT04.
                  Tab -  Basic data " Data type --- CURR currency format", "Decimal places - eg. 2 " and "currency  eg. INR or USD"
                  Tab -values key in > 50000 INR
                  Tab -  Additional Data-  Table Name "CEBAN" and Field Name "GSWRT"
                  Tab - Restrictions - class type - 032 - Release strategy
                2) Plant
                     Create characteristic "Release_PR_plant" in transaction code CT04.
                     Tab - Basic data - Data type - CHAR; Number of chars - 4
                     Tab - Values - Key in all the plants for which you are required to configure release proc.  eg. 1000,2000,3000
                     Tab - Additional data - Table name CEBAN and Field Name is WERKS.
                3) Purchaisng Group
                     Create characteristic "Release_PR_PurchasingGroup" in TCode CT04
                    Tab - Basic data - Data Type - char, Number of chars eg. 3
                    Tab - values - Key in all the purchasing Groups for which Release proc. is to be configured as required by Client.
                    Tab - Addnl Data - Table Name CEKKO and field name - EKGRP
    Step 2:
    Define class in transaction code CL02
    Menu path SPRO>Materials Mgmt>Purchasing>Purchase Requisition>Release Procedure>Procedure with Classification>Edit classes
    Here we assign all the above created Characteristics to a CLASS so that a release strategy to be triggered when all the conditions are met.
    Create a new class with free choice of names as "PR_Release_proc" in transaction code CL02.*Key in the class name and select class type as 032 - RELEASE STRATEGY then click on symbol create to enter all the details as mentioned below.
    Tab - Basic data - Enter description as "PR_Release-Proc",
    status- Released, Same classification - check the push button - Warning Message
    Tab- CHAR Enter above created 3 characteristics
    1.Release_PR_total_value
    2.Release_PR_plant
    3.Release_PR_PurchasingGroup
    step3:   
    Menu path is
    SPRO>Materials Mgmt>Purchasing>Purchase Requisition>Release Procedure>Procedure with Classification>set up procedure with classification>
    here define
    1.Release Groups
    Release group 01 is used for Purchase requisitions and 02 for Purchase orders.
    Here assign class "PR_Release_proc" against release code "01"
    check "OvRelPReq" indicator for over all release (All line items )of document in one shot else it will be released line item wise.
    2.Release codes
    Release codes are assigned to Release groups, in Workflow these release codes are tagged to users' SAP IDs through which they will be able to approve or reject a PR in SBWP(Inbox in SAP Business workplace.
    PRs are released by users in transaction code ME54N.
    Eg
    Type of user            - Level -             Release code                    
    PR creator - clerk or Business user -  
    Approver    -  Supervisor                 -   R1
    Approver  -   Project Lead              -   R2
    Approver   -  Asst. Manager             -  R3
    Approver   -  HOD/General Manager  - R4
    Release codes R1 to R5 are assigned to corresponding users.Manager R4 can only approve the PR if prior approvals till R3 are completed else not in ideal situation.
    For detailed info please refer
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/75/ee1fa755c811d189900000e8322d00/frameset.htm
    3. Release Indicator:
    Release indicators show the release status of a Purchase Requisition.
    For detailed info please refer SAP Help official site
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/75/ee1fa755c811d189900000e8322d00/frameset.htm
    4.Release Pre requisites:
    These define the order in which individuals or departments release the PR in sequence.
    3.Release strategies
    Create a new release startegy  eg ."A1" or "U1" , write its description PR release for value >1 lakh
    Now select release codes according to the Chart of Authority set by your client.
    Eg.
    Release startegy " A1 - PR release for value >1 lakh"
    R1 - Supervisor   
    R2- Project Lead    
    R3- Asst. Manager 
    R4- General Manager
    Now click on" Release  Prerequisites "push button and check all the boxes in ascending order.Save the document
    click on "Release statuses" push button, check release statuses then click on "Continue" push button.
    In third push button you can maintain CLASSIFICATION data or later you can directly mainatain in transaction code CL20N for this strategy.
    Classification data for example
    1. Value - > 100000
    2. Plant - 1000,2000,3000 etc
    3. Purchasing groups - 101,102,103 etc
    By clicking on "Release Simulation" push button you can check whether release is getting affected for configured release codes or not.
    In this way you can configure all the required Release startegies.
    Now create a PR in T code ME51N with the above conditions then a new tab will appear in PR creation screen at the time of check.Save the document and this can be released by respective users in TCode ME54N.
    Tcode - ME54N - For Individual Release
    Tcode - ME55 - For Collective Release
    For detailed info please visit SAP HELP website
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/75/ee1fa755c811d189900000e8322d00/frameset.htm
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/75/ee1fa755c811d189900000e8322d00/frameset.htm
    Regards,
    Indranil

  • Time Scenarios unclear

    Hi BW Practitioners,
    I need to clarify some doubts on Time Scenarios. Really hope you can help me a little or I may never understand BW.
    1. Assuming we have Material [Mat] and Material Group [Mat Gp]. If  Parent Attribute is Material Group, and Child Characteristic is Material, what is the Child Attribute and what is the Parent Characteristic?
    2. Are the Time Scenarios the solution or the problem situation? Eg. Scenario 1: 'Today is yesterday' says with material group as characteristic in the same dimension table as material, a change in Mat->Mat Gp assignment from values BBB->X  to BBB->Y results in all history data appearing as 'today', as if no change was made. So, is this a good thing or is this the problem? Is it bad to use mat and mat gp in the same dimension? Is it bad thing if a change in mat gp assignment is applied to all historic data, which results in reports able to show what is the correct value / assignment for mat gp (assuming the change was to correct the data)? Had to ask because the docu described scenario1 and then gave a solution to use mat gp as the navigational attribute of mat in the mat master data table. Is scenario 2 the solution to scenario 1?  
    kr,
    Ernesta

    Hello Siggi,
    I am very glad to receive a response from you.
    Hope you don't mind, but I am really confused. I was reading the Multidimensional modeling doc. Its really comprehensive but I am confused still. Are there known typos in bw330 on the time scenarios topic?
    The bw330 calls it Scenarios A-D. The doc calls it Scenarios 1-4.
    I tried to map the explanations to bw330.
    BW330
    Modeling Doc
    Scenario A: At time of Sales Order     |        Scenario 1: Today is yesterday
    Scenario B: At Time of Data Request      |    Yesterday is today
    Scenario C: At Any point in Time        |     Today / Yesterday
    Scenario D: Comparing Existing & Unchanged Values    |     Yesterday & Today.
    I like to verfiy Scenario B & Scenario 2.
    For scenario B, there are 2 solutions, B1 and B2.
    B1: The material says the modeling method should be using time-indep nav attr for material number. Also, the diagram shows to use P-Master Data table for Material.
    The Doc says for this case, to model material group as time-dep nav attr of material. So, which is correct? Fyi, Doc is authored in year 2000. BW330 is version year 2003. I think the Doc is correct. But no one can confirm for me.
    Further, Scenario B, solution B2, BW330 says model as time-independent external hierarchy of material. Doc says model the dependent attribute of  multi-dimensional model as a node attribute of an external hierarchy of your characteristic where the entire hierarchy or even the structure is time dependent. I  think Scenario B solution 2 should be using time-Dependent rather than independent as stated in Doc. Can you confirm my understanding?
    For Scenario C : today / yesterday, should the master data table to model be Q or Y table?
    Looking forward to getting advice from SAP experts.
    best regards,
    Ernesta
    Message was edited by: Ernesta

  • Rough cut Capacity load in Standard SOP

    Hi there,
                 I have created some sales & production plan syncronous to sales......but when I try to see the capacity load thru View- > Capacity Situation - > Rough Cut planning- > Show
    It is showing me that No Resource load exists ...... please guide me how can I see the load for the same
    Regards
    Kaushik

    Hi,
    Please maintain the settings as mentioned below.Then you can see the load.
    Before you can carry out resource leveling in SOP, you must:
    1.) Create a PP task list (a routing, a rate routing, or a rough-cut planning profile) for the material, product group, or characteristic values combination whose resources you want to plan.
    2).Configure resources planning in Customizing for Sales & Operations Planning.
    3).If you use routings or rate routings to do resource leveling, define the key figure to which the resources are tied. Do this in Customizing for Sales & Operations Planning under Set parameters for info structures and key figures.
    4).Define the planning plant of any information structure whose plant is not uniquely identifiable (that is, either your information structure does not contain the characteristic "plant" or your rough-cut planning profile covers more than one plant). Do this in Customizing for Sales & Operations Planning under Set parameters for info structures and key figures.
    5).Set the default SOP plant for Sales & Operations Planning. Do this in Customizing for Sales & Operations Planning under Set planning plant for SOP.
    Thanks,
    DV

  • PO release refuse (REJECT)

    Hi,
    Is there any possiblity to PO release refuse in T code ME28?
    At this moment for release refusing I have to go into ME29n and then click on refuse button.
    Waiting your reply.
    Thanks,
    Samir Bhatt

    Dear,
    One other way,
    If it is predefined for few purchase order are not include in release strategy.
    So you create characteristic for purchasing group and not assign purchasing group to characteristic tab of release strategy in SPRO.
    So finally you have to create one purchasing group for purchase order, for Which you want to refuse release strategy.
    Create Characteristiv for purchasing group - CT04
    Assign it to class - CL02
    Than don't enter values of purchasing group in characteristic in release strategy(SPRO) only assign for which you want to implement release strategy.
    Regards,
    Mahesh

  • PO Rel Str at Material Gps

    Hi All,
    I have applied Rel Str in PO with material group as characteristic.
    During PO creation, I have maintained 2 materials with different Material gps. In this case NO Rel str is being determined.
    But if I maintain 2 materials with same Material gps, Rel str is being determined.
    Note: Characteristic values have been maintained in customization.
    Kindly suggest why system is behaving in this manner. Is there any way out?
    regs,
    Suz

    Hi Suzaine,
    I had also same requirement for my company. What you are facing is standard SAP functionality whether you create material group as characteristic and maintain it with material groups PO Release will not start if 2 or more different material groups is entered in one PO. Because SAP considers characteristics values different one from the other.
    To overcome with this situation you should populate your material groups under a unique value, letu2019s say;
    Material Group          Populated Number
    AB01               1000
    AB02               1000
    MM01               2000
    MM02               2000 etc. Then remove characteristics of material group from PO class and create a new one using CEKKO - USRN1 or USRN2 and assign populated numbers under those new characteristics.
    Best regards

  • CAN SOMEONE TELL ME HOW MC88 FORECAST WORKS!!!?

    I have a situation where the Mc88 forecast is deleting some of the planed indipandent requirments created and creatinf it a later date at the end of the forecast period...is this expected when you use planning type VSF

    Rough-cut planning profiles are used in resource leveling. In a rough-cut planning profile, you plan the requirements of one or more of the following resources:
    ·        Work center capacities
    ·        Materials (typically, raw materials)
    ·        Production resources/tools
    ·        Costs
    These are the resources you will require to meet a sales target, production target, purchasing target, or any other logistic target you have set for a material, product group, or characteristic value combination.
    Rough-cut planning profiles are designed to give you an aggregate view on your resources; that is, you look at workdays rather than hours or minutes, and work center groups and product groups rather than individual work center or products. They are therefore an ideal tool for medium- and long-term planning or for the planning of hierarchies.
    You enter your resource data in a few easy steps: The system guides you through a series of dialog boxes. The results of your entries are shown in a resources table which is laid out along the time axis.
    The resources table displays a lot of information at a glance, that is, the resources required not just for the final assembly but for the entire production process, starting with the lowest-level components and ending with the finished product. Planned resources are displayed in the periods to which they relate.
    In a rough-cut planning profile, you define the following:
    ·        The material, product group, or (in the case of an information structure) combination of characteristic values requiring the resources.
    ·        The key figure causing the resource load (if the rough-cut planning profile is defined for an information structure).
    ·        The time span of one planning period in the resources table, expressed in workdays.
    ·        The status of the rough-cut planning profile (as in a routing).
    ·        The planner group of the rough-cut planning profile (as in a routing).
    ·        The usage of the rough-cut planning profile (as in a routing).
    ·        How much of which resource is required for the base quantity. For example, if the base quantity is 1 piece, the amounts you enter on one line of the resources table are the amounts required to produce 1 piece. Moreover, if you enter amounts in four columns, each column representing a timespan of one workday, then you are saying that it will take four workdays to produce 1 piece using this resource. The amounts you enter for the resource “work center” apply to each capacity category at the work center.
    ·        The base quantity; that is, the number of units for which the resource is required. You cannot change the base quantity once you have saved the rough-cut planning profile.
    ·        The lot size range if the quantity of the resources required depends on lot size. Different lot sizes can have different base quantities. For example, a lot size of 1-10 may have a resource requirement of 1, and a lot size of 11-100 a resource requirement of 10.

  • Relase strategy characteristic with several material groups

    Dear Experts,
    Actually I'm implementing the MM Module, 6.00 version and I have the following issue:
    I created the release strategy Purchase Order, with these characteristics:
    - Material group
    - Net total purchase order
    - Plant
    The error consists in the Material Group characteristic don't run with several Material Groups. It seems that it could be possible only with one Material Group.
    If you know how I could work the characteristics with several material groups, pleas tell me.
    Thanks in Advance,
    Adriana Corredor
    MM SAP Consultant

    Hello, Adriana,
    it isn't clear what you mean by "characteristic don't run with several Material Groups":
    - is it that you cannot enter multiple values in classification? Then check whether you chosed "Multiple Values" in "Value assignment" subscreen of characteristics maintenance, transaction CT04;
    - is it that your release strategy isn't assigned to PREQ with several items with different MATKL values? It is neccessary to realize that if you use the coverall release of PREQ (which I guess you are using), the values of items has to be "summarized" (for purpose of release strategy assignment) into structure CEBAN "Communication Release Strategy Determination: Requisition"; the release strategy classification are then evaluated against this structure; if there is any field which differs for items, it is passed to structure CEBAN as empty; so either you have to have release strategy with MATKL empty, or you can modify the CEBAN content by enhancement M06B0001 "Changes to communication structure for release of requisitions", or you can prevent creation of PREQ with certain not-allowed combination of MATKL via user-exit or badi;
    Kind Regards
    TomT

  • Report Painter - Define characteristic row by group field

    I am creating a report using report painter. I wish to define cost element as the characteristice row, by inserting the Cost element group. But the characteristic panel do not have the column 'group' for me to difine; it only consist on the following column:-
    Name
    SET or Hierarchy on/off
    variable on/off
    from
    text
    variable on/off
    to
    text
    More
    Explore
    how do I insert the column 'group'?
    Thank you

    Dear Cire,
    Tick the "Set" and give the group name
    Assign Points if useful
    regards
    Venkatesh

Maybe you are looking for