<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title></title>
        <link>https://interactivetools.com/forum/forum-search.php?k=user%3Amabsi</link>
        <description></description>
        <pubDate>Thu, 14 May 2026 01:39:12 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Amabsi&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>ListPage Fields </title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246695#post2246695</link>
          <description><![CDATA[<p>Thank you Dave for your reply.</p>
<p>I will try and post here the solution </p>]]></description>
          <pubDate>Thu, 10 Aug 2023 10:00:15 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246695#post2246695</guid>
        </item>
                <item>
          <title>ListPage Fields </title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246686#post2246686</link>
          <description><![CDATA[<p>Thank you Robin for your reply</p>
<p>My question how to display the result of the query on CMSB <span> ListPage Fields and what should the field type</span></p>
<p><span>I tried using separator field as below code</span></p>
<pre class="language-php"><code>&lt;?php
$date1 = new DateTime(@$RECORD['createdDate']);
$date2 = new DateTime(date("Y-m-d H:i:s"));
$interval = $date1-&gt;diff($date2);
$days=$interval-&gt;days;
?&gt;

&lt;input type="text" style="width: 100%" name="lock_period" value="&lt;?php echo $days;?&gt;" readonly class="text-input form-control" data-dirrty-initial-value=""&gt;</code></pre>
<p><span>its return the value in edit page as expected but didn't displayed on in the list page<br /><br /></span></p>
<p>Please find attached screen shot for more clarification </p>]]></description>
          <pubDate>Mon, 07 Aug 2023 12:53:16 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246686#post2246686</guid>
        </item>
                <item>
          <title>ListPage Fields </title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246682#post2246682</link>
          <description><![CDATA[<p>Hello</p>
<p>How to display number of days from creation date till today in the ListPage Fields </p>
<p>Like below example:</p>
<p>Record No.      Creation Date     No. of Days<br />-------------------------------------------------------------------</p>
<p>     1                   2023-08-01              5</p>
<p>No. of Days=   NOW() - Creation date </p>]]></description>
          <pubDate>Sun, 06 Aug 2023 09:49:02 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246682#post2246682</guid>
        </item>
              </channel>
    </rss>
  