Skip to main content

OrderByFields Case Sensitivity

Comments

1 comment

  • Berend Veldkamp
    It would seem that you can use UPPER(SPECIES) for the fieldname. That would give you, in a slightly less verbose format:

     

     

    { New OrderByField ("UPPER(SPECIES)", SortOrder.Ascending) }

     

     

    You would typically use this in a Query Task, I don't really see how to do this for the QueryValueOutputField (which is a string, not a collection), are you sure it's used there?
    0

Please sign in to leave a comment.