john pfeiffer
  • Home
  • Categories
  • Tags
  • Archives

Sql report from visual studio tips

sql-report-from-visual-studio-tips

Note that you can NOT display something if it's empty, and choose what symbol to display before the data pull...

=IIf(IsNothing(First(Fields!Symbol.Value, "QuoteSymbol")), "$", First(Fields!Symbol.Value, "QuoteSymbol")) & Format(Fields!baseamount.Value, "N")

  • « file number of lines containing keyword
  • Win CE stack push pop in c »

Published

Aug 26, 2009

Category

sql

~27 words

Tags

  • report 14
  • sql 18
  • tips 11
  • visual studio 1