Can not use Dropdown options in segment?

zabc

New Member
Hello

I just add "boy or girl" in custom field, but i cannot find it in Dropdown way in segment?
Please take a look on the pic, thanks!

otherwise is any way can default dropdown options value for all user?
That mean

now we have database, which have "age" "career" "country""interest" 4 field
and i need 5 different account to have same dropdown options value in segment area(that mean i dont need to re-entry 5 time)
how can i do?(whatever using phpmyadmin)

and what is the relationship between different conditions?it is "or" or "and"
for exmaple
in database we have

age career country interest email
30 reporter uk foodball 1@1.com
40 reporter usa shopping 2@2.com
50 editor uk football 3@3.com

i would like to know the result if i set 2 conditions
1. career=reporter
2. interest=football

for the result:"or"
it should be "30 reporter uk foodball 1@1.com" "50 editor uk football 3@3.com"
2 result


for the result:and:
it should be "30 reporter uk foodball 1@1.com"
1 result

how can set it is "or"/"and"?

thanks!

for the attached files,one pic including 2 photo, 473.png mean "custom field" 472.png mean "segment"

thanks so much!
 

Attachments

  • ScreenShot476.png
    ScreenShot476.png
    113.8 KB · Views: 7
I just add "boy or girl" in custom field, but i cannot find it in Dropdown way in segment?
This is the correct way to add it:
Screenshot 2017-01-06 15.25.54.png
Name is what you see in the list of options while Value is what gets submitted.

Then a segment will look like:
Screenshot 2017-01-06 15.27.01.png

how can set it is "or"/"and"?
See above pic related to segments, the Operator Match field. Any means OR, All means AND.
 
Back
Top