Segmentation Wizard and Checkboxes

Hi all,
I've tried searching this forum for an answer to this but haven't able to find one. I have created a checkbox to indicate whether a contact/client receives our quarterly newsletter. In other words, I want to be able to quickly generate a list of all customers that have this checkbox checked.
However, I have not been able to query against this checkbox in the Segmentation Wizard. What condition and field values do I need to set to query a (customized) checkbox? It appears in my list of fields but thus far all my attempts have not worked (I've tried, Field value = "Yes", "Y", "Checked", "checked"...). Any help or suggestions are appreciated!
Duane

Thanks for the reply. Yes, I'm asking specifically about querying with the Segmentation Wizard -- it's an Excel plugin that allows you to query the database any way you want and then upload the contacts into a CRM campaign. I've found it pretty easy and useful to use thus far, but I'm not able to query on our custom built checkbox field (at the contact level). I'm not sure if it's simple user error or if there is another issue.
Thanks again

Similar Messages

  • Segmentation Wizard - External Segments

    We are having problems with using External Segments (csv file) in Segmentation Wizard. When we use an exteral list - and run SW - the list that populates has only a few contacts or none. I am not sure why it is not pulling the complete list.
    Thank you for any suggestions.

    Interestingly there does appear to be a bug somewhere as there seems to be a consistent loss of between 20 and 40 contacts when using segmentation wizard and an external segment. My problem is that we are taking an external contact list (not already on CRM), loading the contact list so the contacts are on CRM and then using the same list as an external segment for Segmentation Wizard. Because it is an external segment we do not have the Row IDs. We have just fed it the email address but even then we consistently fail to find 20 to 40 records out of about 400. And these are not duplicates either - we have checked.

  • Campaign Recipient Load from Segmentation Wizard

    Good morning,
    I have watched the Webinar on Segmentation wizard many times...it CLEARLY says that the upload tests for duplicates...but it CLEARLY ALLOWS dupliates to be loaded to a campaign. Can someone clarify its ability to do so?
    It also seems that if you massage the data (I added a column to test for dups) and then deleted it....I then got an error trying to upload the recipients...."i do not have access to the contacts"....when I created a new list without adding and deleting the column...I did not get the error...
    Finally, the Contains None of the Values....should EXCLUDE the values in the filter...as a contains...well....I said "contains none of the values" aol.com and it returned 425 records with email that contains aol.com (this was the only criteria for the query)....please assist.
    Debbie

    Thank you for the submitting the inconsistency with the training material and the system. When you say that "contains none of the values" you are telling me it only works explicitly? The documentation also says that the contains should find all instances where "aol.com" exists...obiviously one cannot list each individual email.
    Thank you.

  • How do you add results columns in Segmentation Wizard?

    Every time we do Segmentation Wizard we get the same fields - First, Last, Email, Phone, Address. We would like to add Title and Owner to the list. Thank you.

    To the best of my knowledge you can't, but why would you? If you only want contacts owned by a specific user, add that to the segmentation filter. Same with title.

  • Email Marketing, Mail Merge, Segmentation wizard documentation

    Hello folks,
    Pls. anyone knows where I can get any documentation on all or any of the 3 subjects above ? I tried metalink unsucessfully...
    Txs. for any hints.
    Antonio

    None of these need any configuration.
    Email Marketing - Once you have your EMOD agreement signed with oracle, your sys admin will be able to set up individual Email marketing admins and from there you will be able to design your email campaigns
    Mail Merge and Segmentation Wizard - this is a word/Excel document with Web services built in that will perform the functions. You can get it from the Metalink - you click on Knowledge and search for them.

  • Segmentation Wizard seems to have a glitch when updating the result set

    Hi,
    has anyone noticed some inconsistency when you create a new segment, retrieve the results then you manually go and remove some of them then upload them to a planned campaign.
    i queried for all contacts for a company and it resulted in 100 contacts, i manually reduced the list to 29 (i am included in the list) as there is no way to use the filter to get these 20. i upload them to my planned campaign. i schedule the campaign to go out at noon. I receive the campaign email. i open the email. I have one person who replied to the campaign email (to me). The next day, i gather the results and only 4 people shows that they did a MESSAGE OPEN. and i am not one of them nor the person who forwarded his email to me.
    I am baffled. This has happened to me a lot when using the segmentation wizard tool. I wonder now how accurate the responses are?
    jang

    thanks for the reply. i think its an unacceptable explanation (from Oracle) though that a recipient gets the email, can see and read the email but since he did not click on the CLICK HERE TO DOWNLOAD PICTURES, it does not get registered. It seems like an application restriction more than a logical reason cause logically if person gets the email and is able to read the email, it should be considered as MESSAGE OPENED, otherwise it should be RECIPIENT CLICK ON DOWNLOAD :)
    for a marketing company where you are tracking how many people were able to view your email, this count is very important and since a lot of people are now using view panes in their outlook and dont click on the CLICK HERE TO DOWNLOAD PICTURES especially if the email just has text in them and no apparent pictures, the MESSAGE VIEWED count is very unreliable.
    i sent an email to 20 people in my company and i know that they all opened and saw them but the status shows only 40% viewed so the numbers are really undependable.

  • Where can download Segmentation Wizard?

    Hello !
    Could you please tell me where i can dowload segmentation wizard in its latest version?
    Thanks for your help,
    jon.

    Excuse my ignorance....
    Where I must search Doc ID 433470.1, please.
    Best regards and thanks in advance

  • How to delete help button in the wizard and dialogs.

    Hello,
    I am trying to delete the Help button in the wizard and dialogs provided by bibeans and having problems. Can someone give me an advise regarding the following three issues please? Thank you.
    bibeans:bibeans903a
    JDeveloper:JDeveloper903
    1)Deleting the Help Button from the Print Dialog.
    I'm using "oracle.dss.dataView.gui.PrintDialog" for the Print Dialog and this class has method to delete the Help button(setHelpEnabled(Boolean)).
    But, the Help button is always displayed even when I set false for this method like below.
    PrintDialog.setHelpEnabled(false);
    2) Deleting the Help button from Open Dialog and BI Explorer.
    I am using "PersistenceObjectChooser" class for Open Dialog and "Explorer" class for BI Explorer. But, these classes does not have a method to delete the Help button like the PringDialog class has. How can I delete the Help button for these dialogs?
    3) Deleting the Help button from Calculation Builder.
    I am using "CalcBuilderStepStorage" class to build a calculation and trying to delete the Help button like this.
    ((DefultBuilderDialog)calcBuilderStepStorage.getContainer()).getWizard().setHelpAvailable(false);
    But, again the Help button will be displayed

    hi,
    Use this code..
    REPORT  Z_TEST999                               .
    DATA itab TYPE TABLE OF sy-ucomm.
    PARAMETERS test(10) TYPE c.
    AT SELECTION-SCREEN OUTPUT.
      APPEND: 'E' TO itab.
      CALL FUNCTION 'RS_SET_SELSCREEN_STATUS'
           EXPORTING
                p_status  = sy-pfkey
           TABLES
                p_exclude = itab.
    Regards,
    Sailaja.

  • I can't get my iphone 5s to transfer pictures to my computer, windows xp, i keep getting a no pictures found result on everything I have tried.  Windows Live Photo Gallery, Scanner and Camera Wizard, and just by opening up my Computer. Advice anyone?

    I can't open up anything for my iPhone 5s but my wife's regular iPhone 5 works fine.  Nothing shows up when I open up My Computer and double click the Apple iPhone icon.  My iPhone keeps asking if I trust this computer.  I keep clicking trust.  I have no updates pending on my iPhone.  I have tried the Scanner and Camera Wizard and also Windows Live Photo Gallery.  Can anyone help me with this issue?  Is this happening to anyone else?  Thanks in advance.

    Do you have the latest version of iTunes on the computer? v11.1.4. If you are having issues with Camera and Scanner wizard, it is possible the USB driver for the phone is not fully loaded. You might try resetting the phone and then trying again with the photos.
    Also, Microsoft has announced that on April 8, 2014 it will cease all support for XP, I would seriously be looking for a new device soon. This lack of support will cause a myriad of issues in the near future with newer products.
    If the reset does not work, you can look at removing and resinstalling iTunes and then plugging the phone back in. This should download the latest drivers. See this support document and follow the instructions exactly for removing and reinstalling iTunes. http://support.apple.com/kb/HT1925

  • What's the difference between segment filtering and reduced message type

    Hi gurus,
    What's the difference between segment filtering and reduced message type? It seems they have the same functionality: Reduce the segment while idoc is generated.
    Thanks in advance.

    Hi,
    BD53 is for IDoc Reduction.
    this allows you to create a reduced message based upon a standard message type.If you want see mandatory fields. go to T-coe BD53 and give one standard messege type name and eg: matmas
    there mandatory fields will be in Green color..
    And BD56- This transaction is used to filter out segments of IDocs for combination of sender and receiver. This is usefull in scenarios where a standard IDoc with many segments is used but the receiving partner is only interested in some of the segments
    the table related to this transation is TBD20
      please go through below blog you have an idea abt that,
    http://wiki.sdn.sap.com/wiki/display/ABAP/ReducedMessageTypes
    http://saptotal.com/IDoc%20Segment%20Filtering.html
    regards,
    ganesh.

  • Is it possible to have sorting by group and checkboxes in the same ALV

    Hi there,
    Does anyone know whether it is possible to have sorting and group on one field in ALV and checkboxes set on another field in ALV?
    eg.
    Fieldname
    ===========
    Name----
    Text
    Allowance----
    Numeric -> Sort & Group
    Verified----
    Checkbox
    How do I code it if it is possible to have grouping and check box all in one ALV.  Meaning I want some data that are the same to merge using sort, while still having the checkbox available for my other field (Verified).
    Thanks in advance.
    Lawrence

    hi,
    GROUP BY clause is used on database tables with select statement.
    sort is used on internal tables.
    can u clearly explain y u need group by and sort on the same field.
    if u are extracting from dbtable using grou by clause on a field, then no need to sort it again.
    if u want sort u can do it by giveing "sort itab by field". thats not a problem.
    now coming to check box.instead of using SLIS type field catalog, u use LVC type.
    in LVC_S_LAYO, u can fine box_fname.
    while defining layout, u declare a variable of type LVC_S_LAYO
    AND GIVE BOX_FNAME = internal table field name

  • Problem with ASP "Create form wizard" or "Update form wizard" and "Upload file"

    Until now it used version 3,7 and dinamyc had never had problems with "Create form wizard" or "Update form wizard" and "Upload file" but now when I create the form and shipment a file leaves an error to me:
    Error:
    Error al borrar directorio. Error de seguridad.
    Developer Details:
    Error al borrar directorio. Error de seguridad. El directorio 'E:\web\eds\maqueta\' esta fuera del directorio base 'E:\web\eds\maqueta\fotosactivi2\'. (FOLDER_DEL_SECURITY_ERROR)
    tNG Execution Trace - VIEW
    * tNG_insert.executeTransaction
    o STARTER.Trigger_Default_Starter
    o tNG_insert.doTransaction
    + BEFORE.Trigger_Default_FormValidation
    + tNG_insert.prepareSQL
    + tNG_insert.executeTransaction - execute sql
    + tNG_insert.postExecuteSql
    + AFTER.Trigger_FileUpload*
    + ERROR.Trigger_Default_Insert_RollBack
    * tNG_insert.getRecordset
    * tNG_insert.getFakeRsArr
    * tNG_insert.getLocalRecordset
    * tNG_insert.getFakeRecordset
    * tNG_insert.getFakeRecordset

    Hello,
    Please see this thread http://www.adobeforums.com/cgi-bin/webx/.3bc3c678/2
    for the same problem.
    Regards,
    Razvan RACASANU

  • Vb 2010 data source configuration wizard and sql server 2012

    I am having a problem using the Data Source Configuration Wizard in vb 2010 express to connect to a remote SQL server database. The weird thing is that I can connect to it just fine if I manually dimension the sqlcommand, sqlconnection and set up the sql
    connectionstring. So I know the connectivity is possible, but I would like to use the functionality of the Data Source Configuration Wizard.
    Here's what happens when I attempt to add a connection via the Database Explorer:
    I only get two SQL Server options. Neither will let me connect to a remote database.
    I know that Microsoft SQL Server Compact 3.5 isn't what I want, but I have tried it anyway. It will only let me connect to a database on my computer. An 'ActiveSync' option is greyed out.
    Microsoft SQL Server Database File would appear to be what I want, but when I select this option, it informs me (as you can see) that this will only work for a local database:
    The connection string that I build manually (and which works) looks like this:
    Dim
    myConn
    As
    NewSqlConnection(sConnect)
    sConnect =
    ""Data Source=xxxxxx.xxxxxx.com;Server=""Xxxx XXX Database"";Initial Catalog=StockAnalysisProd;User
    ID=cadietz;Password = "& sPW &
    I have attempted all variation of this string in the database file name input box to no avail. I think it really should go in as a Data Source but those are hard wired and cannot be changed. I'm sure I'm doing something stupid, but I need someone
    to point out what it is. Thanks in advance for your help...
    Alex3764

    Alberto... thanks for your reply.
    Unfortunately this does not appear to work. I downloaded Visual Studio Express for the Web (2012) and attempted the 'work around' proposed by Sergey and I could not make it work on the remote server. I have given up on the Data Connection Wizard and
    am simply connecting to my remote SQL server using the manual classes (SqlConnection, SqlCommand, SqlDataAdapter, etc.). The moderator has marked this as an answer but I'm going to unmark it.
    I am now even more frustrated because I now find that I cannot connect to my LOCAL SQL database using the Data Connection Wizard and the circumstances are even weirder. Here's what happens:
    I open the Add Connection window, select 'Microsoft SQL Server Database File (SqlClient)' as the data source.
    I then browse to my local database file in the Database file name input box. When I click the 'Test Connection' button I get a message box that informs me: 'Test connection
    succeeded'. Voila!
    But, alas, when I close the message box and click OK on the Add Connection window I get this message: 'The ability to open this connection is not supported in this edition of Visual Studio'.
    I mean this borders on the absurd. Why is the Data Connection Wizard even offered with VB 2010 Express if you can't use it for anything. Once again I can get around the problem manually but I'm getting very frustrated with MS. Any suggestions??
    Alex3764

  • Master Detail Wizard and User Interface Defaults

    Trying to create a master/detail form (on one page, no report).
    1. Wizard is giving the option to use User Interface Defaults for the master table, but not for the detail (I don't want to for either) - is this the expected behaviour? If so, why the inconsistency? Will/can this be changed in the future?
    2. Despite selecting NOT to use UI defaults, and entering new region titles, wizard is creating default region titles using the UI defaults. Is this a bug?
    3. Supplementary: Is it possible to get rid of UI defaults?
    HTML DB 1.6.0.00.87

    I asked about this last month:
    Master Detail Wizard and User Interface Defaults
    with no response.
    Anyone?

  • Segments, extents and data blocks

    I'm somewhat green when it comes to Oracle and databases in general, so bare with me. I bought the OCP Exam Guide to try and learn as much as I can. I'm at the chapter about segments, extents and data blocks and I'm having a bit of trouble grasping the conecpts of these. Are these logical? Does anyone have time for quick overview?
    Thank you!

    Ignoring the O/S, the basic storage unit in Oracle is a block (db_block). You define the size of the block with the db_block_size parameter, and it is effectively fixed at database creation. You can have tablespaces with a different block size from the database default, but we won't go there for now. A db_block is not the sme as an O/S block, so in that sense it is a logical unit.
    In Oracle, a segment is anything that takes disc space, generally speaking, a table or an index. Every segment is stored in a tablespace. A segment can only be in one tablespace, but a tablespace can hold many segments. A tablespace gets its space from a data file (an O/S file). Each data file belongs to one tablespace, but a tablespace can have multiple data files.
    Each segment is made up a a number of extents. The are the units of space that are allocated to the segment as it needs space. The size of each extent is controlled by either the INITIAL and NEXT parameters in CREATE TABLESPACE or in one of the CREATE <segment> commands. If you are using locally managed tablespaces, the tablespace parameters define the extent sizes. Each extent belongs to only one segment, but a segment can have many extents. Although the extent sizes are defined in bytes, they must be a multiple of the block size.So, if you have an 8K block size, you cannot have a 12K extent size.
    So:
    An extent is made up of one or more (contiginous) blocks within a data file.
    A segment is made up of one or more (possibly non-contiginous) extents possibly in multiple data files.
    Note that the blocks in an extent must be contiginous, but that is a logical concept within Oracle, since Oracle has no way of knowing how and where the O/S has actually allocated the physical space, it just has an internal map of the file space allocated by the O/S.
    HTH
    John

Maybe you are looking for

  • Can time capsule work with OSX Server?

    Will Apple's Mac OSX Server work with time machine?

  • Router User ID/Password to install Open DNS

    I'm trying to install Open DNS on our router, and I'm being asked for my router User ID and password.  I've tried the Network ID and password (wireless LAN settings) as well as my Verizon User ID and password.  Neither worked.  How do I find out my r

  • C5280 Print to CD/DVD

    I have a Photosmart C5280. It used to print directly to CD/DVD with WinXP. Now under Win7 it says to pick a printer that supports printing to CD/DVD. It says that this is not supported. Also, I don't know if this is a clue, it says that it is a C5200

  • How Java handle duplicated class?

    I am trying to send out email using SUN JavaMail. However, an old version of JavaMail was shipped with Oracle AppServer 10 R2. If I package the new JavaMail into the WAR file, the old JavaMail is still functional, and cause problem to my program. Is

  • CS5 upgrade won't install after extracting

    I've purchased the CS5 upgrade from CS2. Order number: AD003046884 Order date: Monday, April 26, 2010 I have a new PC and have redownloaded the CS5 product upgrade.  After it extracts, it stops and does not perform an install. Why is this happening a