Default Avatar

jlvidal

jlvidal

About

Username
jlvidal
Joined
Visits
0
Last Active
Roles
Members

Comments

  • Thanks you very much!. Now, it works perfect.
  • I have changed it in query but i have the same problem. The original query is: Select Telephone, Date, Hour, Duration from Cosumption The modified query: Select Convert(integer,Telephone) Telephone_C, Date, Hour, Duration from Cosumpti…
  • In band groupheader. I wrote it as an expresion of group with the function "Strtoint(Dataset.Telefono)"
  • gordk wrote: » what is the underlying data type of the telephone field,(String I'll bet) you are expecting a numeric sort on a string can't do must convert string value to numeric first. Yes, it`s a string. I have changed a integer but it …