Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Code Block
UPDATE  Generator.ModuleTables SET AdditionWhere=REPLACE(REPLACE(REPLACE(AdditionWhere,' A.',' [A].'),'(A.','([A].'),'	A.','	[A].')   WHERE AdditionWhere LIKE '%A.%'

UPDATE Report.ReportTableFields SET HasSumInGrid=0 WHERE HasSumInGrid=1 AND CustomFunction IS NOT NULL AND CustomFunction LIKE '%''%'