<?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: Multiple Conditions for Conditional Background Fill of Cells in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Multiple-Conditions-for-Conditional-Background-Fill-of-Cells/m-p/2969146#M28103</link>
    <description>&lt;P&gt;So you would achieve this by nesting your IIF functions&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;=IIF(Fields!ID2017.Value="-ve","Silver", IIF(Fields!ID2017.Value="+ve","Blue","No Color") )&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Dec 2022 23:24:58 GMT</pubDate>
    <dc:creator>d_gosbell</dc:creator>
    <dc:date>2022-12-14T23:24:58Z</dc:date>
    <item>
      <title>Multiple Conditions for Conditional Background Fill of Cells</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Multiple-Conditions-for-Conditional-Background-Fill-of-Cells/m-p/2968321#M28092</link>
      <description>&lt;P&gt;I am trying to get a column in my table to have a condition that if the value in it is the string "+ve" then the background is blue, and if the string is the word "-ve" then it is filled with Silver. This works when putting in only one condition as:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=((IIF(Fields!ID2017.Value="-ve","Silver","No Color"))&lt;/LI-CODE&gt;&lt;P&gt;However, when attempting to put the second condition in as follows I either get an error or only the first condition works:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=((IIF(Fields!ID2017.Value="-ve","Silver","No Color")) Or (IIF(Fields!ID2017.Value="+ve","Blue","No Color")))&lt;/LI-CODE&gt;&lt;P&gt;I have also tried:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=((IIF(Fields!ID2017.Value="-ve","Silver","No Color")) And (IIF(Fields!ID2017.Value="+ve","Blue","No Color")))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;would really appreciate if someone was able to help!&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2022 14:45:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Multiple-Conditions-for-Conditional-Background-Fill-of-Cells/m-p/2968321#M28092</guid>
      <dc:creator>amaiaita</dc:creator>
      <dc:date>2022-12-14T14:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Conditions for Conditional Background Fill of Cells</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Multiple-Conditions-for-Conditional-Background-Fill-of-Cells/m-p/2969146#M28103</link>
      <description>&lt;P&gt;So you would achieve this by nesting your IIF functions&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;=IIF(Fields!ID2017.Value="-ve","Silver", IIF(Fields!ID2017.Value="+ve","Blue","No Color") )&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2022 23:24:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Multiple-Conditions-for-Conditional-Background-Fill-of-Cells/m-p/2969146#M28103</guid>
      <dc:creator>d_gosbell</dc:creator>
      <dc:date>2022-12-14T23:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Conditions for Conditional Background Fill of Cells</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Multiple-Conditions-for-Conditional-Background-Fill-of-Cells/m-p/2970165#M28113</link>
      <description>&lt;P&gt;That worked, thanks so much!&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2022 08:45:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Multiple-Conditions-for-Conditional-Background-Fill-of-Cells/m-p/2970165#M28113</guid>
      <dc:creator>amaiaita</dc:creator>
      <dc:date>2022-12-15T08:45:18Z</dc:date>
    </item>
  </channel>
</rss>

