Default Avatar

Andrew_Sh

Andrew_Sh

About

Username
Andrew_Sh
Joined
Visits
0
Last Active
Roles
Members

Comments

  • herni wrote: and i want to have second report (same like first) but without masterdata band, only sums. is there any way to hide masterdata band? At first you should pass 1 as the third parameter into SUM. 1 will force SUM to count invisible…
  • rotarp wrote: I don't know why string function always return 0 (zero). I wrote next in memo field: [IntToStr(Pos('go home boy','m'))] and returns me 0 instead 5 Substring 'm' must be first parameter of function Pos So, the right code wi…