<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.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>What you see is not what you get.  Download does not match screen.</title><link>https://community.appian.com/discussions/f/user-interface/38833/what-you-see-is-not-what-you-get-download-does-not-match-screen</link><description>I have an odd problem. I have a read only grid what shows a value one way on the interface, but differently in the excel download. 
 Here is what you see in the interface vs the excel spreadsheet. 
 
 Here is the offending code in the Grid. 
 
 Here is</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: What you see is not what you get.  Download does not match screen.</title><link>https://community.appian.com/thread/146807?ContentTypeID=1</link><pubDate>Tue, 01 Apr 2025 15:16:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:08360b45-ed99-4844-9dce-f1b1fff69a39</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Cool! Keep in mind that querying in a loop is a performance risk.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What you see is not what you get.  Download does not match screen.</title><link>https://community.appian.com/thread/146806?ContentTypeID=1</link><pubDate>Tue, 01 Apr 2025 14:31:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b65c6846-0fe6-4b76-ab40-c5201377d98d</guid><dc:creator>Chris.Gillespie</dc:creator><description>&lt;p&gt;That did it!!!!&amp;nbsp; Thank you to both of you!!!!!&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/13/pastedimage1743517891950v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What you see is not what you get.  Download does not match screen.</title><link>https://community.appian.com/thread/146805?ContentTypeID=1</link><pubDate>Tue, 01 Apr 2025 14:26:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:495cb324-58c0-49b7-82c7-b83eaa93ee7b</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Correct. But it still is a problematic design decision worth pointing out.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="/members/chrisg0006"&gt;Chris.Gillespie&lt;/a&gt;&amp;nbsp;, did you try to add a tostring() to line 67 in your expression? It seems like it returns a text wrapped into an any type. That Excel export might not like that.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What you see is not what you get.  Download does not match screen.</title><link>https://community.appian.com/thread/146804?ContentTypeID=1</link><pubDate>Tue, 01 Apr 2025 14:12:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d47c5374-08d9-4157-8da4-7133f0e4df9f</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Is there a way to do that when the value is held in a CDT-based table?&amp;nbsp; After playing with it for a few minutes it seems like the answer is still &amp;quot;no&amp;quot;.&lt;/p&gt;
[quote userid="274702" url="~/discussions/f/user-interface/38833/what-you-see-is-not-what-you-get-download-does-not-match-screen/146802"]a custom record field [/quote]&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What you see is not what you get.  Download does not match screen.</title><link>https://community.appian.com/thread/146803?ContentTypeID=1</link><pubDate>Tue, 01 Apr 2025 13:55:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:36a9bb16-c7f1-4978-8b69-b2b9ee0d42b2</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;That may be the only way if you expect the built-in excel export button to work and resolve the value correctly for your column.&amp;nbsp; Though if you&amp;#39;re really good at defining a custom column, I&amp;#39;d suggest that might be worth trying for a little bit first (i always forget whether or not we can make a custom column do something as elegant as querying a value, but I&amp;#39;d at least try before ruling it out.&amp;nbsp; sorry if i&amp;#39;m flat wrong on this though... &lt;em&gt;edit: i think i was actually wrong, you probably just need to set up a record type for it&lt;/em&gt;).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What you see is not what you get.  Download does not match screen.</title><link>https://community.appian.com/thread/146802?ContentTypeID=1</link><pubDate>Tue, 01 Apr 2025 13:53:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d668c91d-0ce4-4c34-baa1-13a259f1f313</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;I detected an antipattern: Querying in a Loop&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="https://community.appian.com/success/w/guide/3066/antipatterns-solution-design-mistakes-to-avoid-in-appian"&gt;Antipatterns:  Solution Design Mistakes to Avoid in Appian&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Did you consider a custom record field to directly hold that value?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What you see is not what you get.  Download does not match screen.</title><link>https://community.appian.com/thread/146801?ContentTypeID=1</link><pubDate>Tue, 01 Apr 2025 13:52:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a301600e-cab4-4633-947b-74d846eef9b0</guid><dc:creator>Chris.Gillespie</dc:creator><description>&lt;p&gt;The issue is that the application is a mixture of CDT and RT tables.&amp;nbsp; The data I need is in a CDT and the table I am using in the grid is a RT.&amp;nbsp; I didn&amp;#39;t want to create another record type in the application, but I guess I will have to.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What you see is not what you get.  Download does not match screen.</title><link>https://community.appian.com/thread/146800?ContentTypeID=1</link><pubDate>Tue, 01 Apr 2025 13:50:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a416189c-4c6b-4588-849c-a68e457ac13e</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Your grid column is using a rule to (presumably) look up and display the text value for the ID being returned by your data set.&amp;nbsp; I don&amp;#39;t think this is expected to be automatically handled in the &amp;quot;export&amp;quot; functionality just because it&amp;#39;s configured in an on-form grid column.&amp;nbsp; (I have barely used the built-in &amp;quot;export grid&amp;quot; button for this and other reasons, so I&amp;#39;m fuzzy on what hacks may or may not be available to us here.)&lt;/p&gt;
&lt;p&gt;Are you not able to create a plaintext Record column based on the relationship with whatever table contains the values tied to those IDs?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What you see is not what you get.  Download does not match screen.</title><link>https://community.appian.com/thread/146799?ContentTypeID=1</link><pubDate>Tue, 01 Apr 2025 13:45:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:40f4b32c-9b11-4af2-8d8e-be52d556f565</guid><dc:creator>Chris.Gillespie</dc:creator><description>&lt;p&gt;I&amp;#39;m using the built in export function.&amp;nbsp; That part of the grid, &amp;quot;showExportButton: true&amp;quot;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What you see is not what you get.  Download does not match screen.</title><link>https://community.appian.com/thread/146798?ContentTypeID=1</link><pubDate>Tue, 01 Apr 2025 13:40:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:10a86ba2-6cea-4146-803a-accd9af46700</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;What method are you using to generate the Excel?&amp;nbsp; What is the configuration?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>