sql - Code SSRS report to format -1 to Yes -


i have sql query displaying "-1" when selection made (this done through external script writing table) i'm wondering if can me code apply ssrs report auto format "yes"?

thanks in advance

two possible solutions can think of:

  1. modify query returns data report returns correct string in additional column depending on column of "boolean" column. in report, display value of new column.
  2. instead of displaying field value in report element directly, use expression report element , set =iif(dataset!field.value = -1, "yes", "no").

Comments

Popular posts from this blog

c# SetCompatibleTextRenderingDefault must be called before the first -

c++ - Fill runtime data at compile time with templates -

C#.NET Oracle.ManagedDataAccess ConfigSchema.xsd -