<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Display Value different from Underlying Value</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Display Value different from Underlying Value]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 12:12:11 +0000</pubDate>
  <lastBuildDate>Thu, 16 Apr 2009 09:53:19 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=14034</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Display Value different from Underlying Value : Thanks Marco. That&amp;#039;s useful...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14034&amp;PID=48012&amp;title=display-value-different-from-underlying-value#48012</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 14034<br /><strong>Posted:</strong> 16 April 2009 at 9:53am<br /><br />Thanks Marco. That's useful information (that the Value property can be separate from the Caption property, and I assume the ReportControl sorts on the Value property). The reason I am now using the BeforeDrawRow event is because I am working with the ReportControl in VirtualMode (since I haven't been able to get Bound mode to work with my SQLite database provider yet).&nbsp;]]>
   </description>
   <pubDate>Thu, 16 Apr 2009 09:53:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14034&amp;PID=48012&amp;title=display-value-different-from-underlying-value#48012</guid>
  </item> 
  <item>
   <title><![CDATA[Display Value different from Underlying Value : Wouldn&amp;#039;t be easier to set...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14034&amp;PID=47985&amp;title=display-value-different-from-underlying-value#47985</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2116">MNovaro</a><br /><strong>Subject:</strong> 14034<br /><strong>Posted:</strong> 16 April 2009 at 3:16am<br /><br />Wouldn't be easier to set the .Caption of the record Item when you populate the report:<br><br>Item.Value = 2009-04-15T20:07Z<br>Item.Captin = "Today at 3PM"<br><br>HTH<br>]]>
   </description>
   <pubDate>Thu, 16 Apr 2009 03:16:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14034&amp;PID=47985&amp;title=display-value-different-from-underlying-value#47985</guid>
  </item> 
  <item>
   <title><![CDATA[Display Value different from Underlying Value : Okay, I think I have figured out...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14034&amp;PID=47969&amp;title=display-value-different-from-underlying-value#47969</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 14034<br /><strong>Posted:</strong> 15 April 2009 at 11:07pm<br /><br />Okay, I think I have figured out how to do this with BeforeDrawRow event custom handling of the Metrics object. I will post a sample at some point if all goes well.<br><br>]]>
   </description>
   <pubDate>Wed, 15 Apr 2009 23:07:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14034&amp;PID=47969&amp;title=display-value-different-from-underlying-value#47969</guid>
  </item> 
  <item>
   <title><![CDATA[Display Value different from Underlying Value :  Is it possible to have display...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14034&amp;PID=47968&amp;title=display-value-different-from-underlying-value#47968</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 14034<br /><strong>Posted:</strong> 15 April 2009 at 7:56pm<br /><br />Is it possible to have display values that are different from the underlying values in a cell?<br><br>For example, if I have a Date column, I might store the underlying data in ISO8601 format, but then I would like to display friendly names for certains dates (i.e. the underlying data for today would be&nbsp; 2009-04-15T20:07Z, but I would like the ReportControl cell to show "Today at 3PM" (time adjusted for time zone)).&nbsp; Older dates might show "Yesterday" or "Last Week", etc... instead of the full date. However, because the underlying data stores actual database values, sorting and searching would take place on those values instead of on the displayed (cosmetic only) values. <br><br>Is this possible with the ReportControl currently?<br>]]>
   </description>
   <pubDate>Wed, 15 Apr 2009 19:56:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14034&amp;PID=47968&amp;title=display-value-different-from-underlying-value#47968</guid>
  </item> 
 </channel>
</rss>