<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://communities.bentley.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>populate table from multiple other table - null error</title><link>https://communities.bentley.com/products/geotechnical1/f/geotechnical-forum/240924/populate-table-from-multiple-other-table---null-error</link><description>I&amp;#39;m using 10.02.00.04 working with enterprise database. 
 I&amp;#39;m trying to pre-populate a table with data from 2 other tables. modifying gr005 my rule works fine as long as all the fields I&amp;#39;m pulling from have a value. Otherwise I get this: 
 
 When I try</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: populate table from multiple other table - null error</title><link>https://communities.bentley.com/thread/750876?ContentTypeID=1</link><pubDate>Fri, 27 Jan 2023 12:06:14 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:e1c667e5-91e2-481b-915a-2df11506a5de</guid><dc:creator>Brett Dening</dc:creator><description>&lt;p&gt;Thank you.&amp;nbsp; with that to work with I got this to work:&lt;/p&gt;
&lt;p&gt;iif(IsNull([FIELDLITHOLOGY].Color), &amp;#39;x&amp;#39;, [FIELDLITHOLOGY].Color ) as color&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: populate table from multiple other table - null error</title><link>https://communities.bentley.com/thread/750856?ContentTypeID=1</link><pubDate>Fri, 27 Jan 2023 09:18:46 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:514e89ed-a766-41da-862b-1620159448c1</guid><dc:creator>Phil Wade</dc:creator><description>&lt;p&gt;try this...&lt;/p&gt;
&lt;p&gt;IsNull([FIELDLITHOLOGY].Color, &amp;#39;x&amp;#39; )&amp;nbsp;&lt;/p&gt;
&lt;p&gt;should be&lt;/p&gt;
&lt;p&gt;if(IsNull([FIELDLITHOLOGY].Color),&amp;#39;x&amp;#39;,&amp;#39;&amp;#39;)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>