Querying on Alias field

I am trying to run a query that contains records for which a specific Alias Type = Blank...possible?

Comments

  • That's it in the query: Alias type = blank.


  • That seems to apply the criterion of blank to all Alias Types. I'm looking for blanks on a specific Alias Type.
  • Then your query has as its criteria:

    alias type = the type you are looking at

    alias = blank
  • JoAnn Strommen
    JoAnn Strommen Community All-Star
    Tenth Anniversary Kudos 5 PowerUp Challenge: Product Update Briefing Feedback Task 3 2025 bbcon Attendee Badge
    Did you get what you need?

    Alias seems to be a bit different for querying on. When you select Blank you lose option to specify a type. You may need to use Alias Type > does not equal > specific type.


    If that doesn't work, i would do a query of records with that alias type. Do a query of all records ( no criteria or output) then merge the all records query SUB the query of those with that alias. Voila - you have the records without it.
  • Thank you, JoAnn and Mark. I think I am able to get what I need!