<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Expression to replace a value in ssrs in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Expression-to-replace-a-value-in-ssrs/m-p/2949751#M27901</link>
    <description>&lt;P&gt;This is possible to do. You just need to right click on the field in your tablix control and then change the expression from something like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;=Fields!ID.Value&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;to something like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;=iif(Fields!ID.Value=9999,"Unknown",Fields!ID.Value)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is using an example column called "ID" you would need to change this based on the field name in your dataset.&lt;/P&gt;</description>
    <pubDate>Tue, 06 Dec 2022 00:06:24 GMT</pubDate>
    <dc:creator>d_gosbell</dc:creator>
    <dc:date>2022-12-06T00:06:24Z</dc:date>
    <item>
      <title>Expression to replace a value in ssrs</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Expression-to-replace-a-value-in-ssrs/m-p/2949297#M27898</link>
      <description>&lt;P&gt;Please I need an expression to replace 9,999 in column 1 in SSRS. First column is named column1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2022 18:38:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Expression-to-replace-a-value-in-ssrs/m-p/2949297#M27898</guid>
      <dc:creator>M_nwadibia</dc:creator>
      <dc:date>2022-12-05T18:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to replace a value in ssrs</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Expression-to-replace-a-value-in-ssrs/m-p/2949500#M27900</link>
      <description>&lt;P&gt;The value needed to replace 9999 is "Unknown". I have replaced the value with Unknown in SQL but when I apply filter in SSRS the numbering is not chronological. You can see below it doesnt show 3-9 in the field.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2022 20:48:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Expression-to-replace-a-value-in-ssrs/m-p/2949500#M27900</guid>
      <dc:creator>M_nwadibia</dc:creator>
      <dc:date>2022-12-05T20:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to replace a value in ssrs</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Expression-to-replace-a-value-in-ssrs/m-p/2949751#M27901</link>
      <description>&lt;P&gt;This is possible to do. You just need to right click on the field in your tablix control and then change the expression from something like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;=Fields!ID.Value&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;to something like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;=iif(Fields!ID.Value=9999,"Unknown",Fields!ID.Value)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is using an example column called "ID" you would need to change this based on the field name in your dataset.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 00:06:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Expression-to-replace-a-value-in-ssrs/m-p/2949751#M27901</guid>
      <dc:creator>d_gosbell</dc:creator>
      <dc:date>2022-12-06T00:06:24Z</dc:date>
    </item>
  </channel>
</rss>

