Aller au contenu principal

OrderByFields Case Sensitivity

Commentaires

1 commentaire

  • 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

Vous devez vous connecter pour laisser un commentaire.