Hoppa till huvudinnehållet

OrderByFields Case Sensitivity

Kommentarer

1 kommentar

  • 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

Du måste logga in om du vill lämna en kommentar.