<?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: Calculated Field in Records List Not Showing in Fusion Manage Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-manage-forum/calculated-field-in-records-list-not-showing/m-p/9598758#M1332</link>
    <description>&lt;P&gt;You're right to raise a case.&lt;/P&gt;&lt;P&gt;But something else to check yourself first perhaps...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Delete the field, and re-create the field.&lt;/LI&gt;&lt;LI&gt;Add a simple formula, check the view, and evolve the formula bit-by-bit, see if you can figure the point the view fails. This might give a clue.&lt;/LI&gt;&lt;LI&gt;Create a new (empty) view (don't "duplicate view"), and populate the new view with your column.&lt;/LI&gt;&lt;LI&gt;I found also that, in the item details definition, if you un-assign a field (any field) by dragging to the left, save, re-open, and re-assign the field again... this seems to clear something in the back-end, and might the problem go away.&lt;/LI&gt;&lt;LI&gt;Use F12 in the browser, network tab, refresh your view. Do any of the API calls being made return a non-20x code? If so, check the response body, there may be something in a particular API response that gives you a clue (or more detailed message to add to your ticket).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jun 2020 14:56:21 GMT</pubDate>
    <dc:creator>philipfrench</dc:creator>
    <dc:date>2020-06-24T14:56:21Z</dc:date>
    <item>
      <title>Calculated Field in Records List Not Showing</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/calculated-field-in-records-list-not-showing/m-p/9598086#M1324</link>
      <description>&lt;P&gt;I have a calculated field in a workspace that subtracts 2 dates and adds the result to a text field in a workspace. This works and shows the value on the records details, but the records list is always empty when viewing the records list. Why?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2020 10:58:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/calculated-field-in-records-list-not-showing/m-p/9598086#M1324</guid>
      <dc:creator>ThomasRambach</dc:creator>
      <dc:date>2020-06-24T10:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Field in Records List Not Showing</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/calculated-field-in-records-list-not-showing/m-p/9598203#M1325</link>
      <description>&lt;P&gt;1. have you tried explicitly casting the result to text, in your formula:&lt;/P&gt;&lt;P&gt;(your formula in brackets)::text&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. (I hope you have tried logging out/on again, because some data types etc are cached)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Try deleting and re-creating the field, specify the type as Single Line Text, save, and then add your formula with the casting, so the system is in no doubt what the data type of the result is (and should render).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4. Try an on-edit script, to populate a (non-computed) read only field. Not sure if that would work for you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note these are guesses, I have not seen exactly the symptoms you describe.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2020 11:43:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/calculated-field-in-records-list-not-showing/m-p/9598203#M1325</guid>
      <dc:creator>philipfrench</dc:creator>
      <dc:date>2020-06-24T11:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Field in Records List Not Showing</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/calculated-field-in-records-list-not-showing/m-p/9598321#M1326</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7180507"&gt;@philipfrench&lt;/a&gt;&amp;nbsp;(your formula in brackets)::text gives an error. Is that syntax correct?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My formula looks like:&lt;/P&gt;&lt;P&gt;ROUND(TOTAL_ESTIMATED_HOURS - ACCRUED_HOURS)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Both fields are dates. It would also be nice to remove the "Days" text from the result to just get the value.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2020 12:14:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/calculated-field-in-records-list-not-showing/m-p/9598321#M1326</guid>
      <dc:creator>ThomasRambach</dc:creator>
      <dc:date>2020-06-24T12:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Field in Records List Not Showing</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/calculated-field-in-records-list-not-showing/m-p/9598456#M1327</link>
      <description>&lt;P&gt;Are the fields&amp;nbsp;&lt;SPAN&gt;TOTAL_ESTIMATED_HOURS and&amp;nbsp;ACCRUED_HOURS really date fields or numeric/integer/float fields? &amp;nbsp;The field names indicate that you just want to store a given amount of hours in the fields - so why do you define them to be date fields?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Similar question for the computed field: I would assume&amp;nbsp;that you want to calculate the difference in hours. And you may want to use this value for reporting in the dashboard. So why do you define the field as string&amp;nbsp;field instead of Integer? The latter one would enable you to let the system calculate totals / averages / minimums for you in reports.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I tried to create the same setup, but I am not even able to create a&amp;nbsp;computed field of type string with your formula (the given fields have been added before, of course). So I changed the field to be of type Integer and changed the formula like this in order to get the difference in days:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;DATEDIFF('DAY', TOTAL_ESTIMATED_HOURS, ACCRUED_HOURS)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2020 13:06:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/calculated-field-in-records-list-not-showing/m-p/9598456#M1327</guid>
      <dc:creator>sven.dickmans</dc:creator>
      <dc:date>2020-06-24T13:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Field in Records List Not Showing</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/calculated-field-in-records-list-not-showing/m-p/9598479#M1328</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4162483"&gt;@sven.dickmans&lt;/a&gt;&amp;nbsp;I think I need more coffee this morning.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yeah, those are actually both integer fields that compute to another integer field. I was speaking about two different problems in the same post. My issue is just that it won't display the data in the records list.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2020 13:16:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/calculated-field-in-records-list-not-showing/m-p/9598479#M1328</guid>
      <dc:creator>ThomasRambach</dc:creator>
      <dc:date>2020-06-24T13:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Field in Records List Not Showing</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/calculated-field-in-records-list-not-showing/m-p/9598523#M1329</link>
      <description>&lt;P&gt;Ok. I changed all my fields to type Integer. Now, the calculation results are shown correctly in my environment both I the record details as well as in the workspace view on the left hand side. Do you use the Modern UI as well?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe you're facing this issue as some record might not have values defined. You could prevent this by enforcing to calculate with a default of '0' if the given hours have not been entered yet:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ROUND(coalesce(TOTAL_ESTIMATED_HOURS,0)-coalesce(ACCRUED_HOURS,0))&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2020 13:34:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/calculated-field-in-records-list-not-showing/m-p/9598523#M1329</guid>
      <dc:creator>sven.dickmans</dc:creator>
      <dc:date>2020-06-24T13:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Field in Records List Not Showing</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/calculated-field-in-records-list-not-showing/m-p/9598657#M1330</link>
      <description>&lt;P&gt;There have been issues where the Filter View data falls out of synch with the Details page - you should open a case for this so that the DBA can review it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also note that changing field types sometimes causes issues: morphing types affects the data integrity.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, please open a tech support call to review.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2020 14:17:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/calculated-field-in-records-list-not-showing/m-p/9598657#M1330</guid>
      <dc:creator>tony.mandatori</dc:creator>
      <dc:date>2020-06-24T14:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Field in Records List Not Showing</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/calculated-field-in-records-list-not-showing/m-p/9598681#M1331</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3036916"&gt;@tony.mandatori&lt;/a&gt;&amp;nbsp;Case ID: 16676240 is already associated with this thread.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2020 14:24:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/calculated-field-in-records-list-not-showing/m-p/9598681#M1331</guid>
      <dc:creator>ThomasRambach</dc:creator>
      <dc:date>2020-06-24T14:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Field in Records List Not Showing</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/calculated-field-in-records-list-not-showing/m-p/9598758#M1332</link>
      <description>&lt;P&gt;You're right to raise a case.&lt;/P&gt;&lt;P&gt;But something else to check yourself first perhaps...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Delete the field, and re-create the field.&lt;/LI&gt;&lt;LI&gt;Add a simple formula, check the view, and evolve the formula bit-by-bit, see if you can figure the point the view fails. This might give a clue.&lt;/LI&gt;&lt;LI&gt;Create a new (empty) view (don't "duplicate view"), and populate the new view with your column.&lt;/LI&gt;&lt;LI&gt;I found also that, in the item details definition, if you un-assign a field (any field) by dragging to the left, save, re-open, and re-assign the field again... this seems to clear something in the back-end, and might the problem go away.&lt;/LI&gt;&lt;LI&gt;Use F12 in the browser, network tab, refresh your view. Do any of the API calls being made return a non-20x code? If so, check the response body, there may be something in a particular API response that gives you a clue (or more detailed message to add to your ticket).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2020 14:56:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/calculated-field-in-records-list-not-showing/m-p/9598758#M1332</guid>
      <dc:creator>philipfrench</dc:creator>
      <dc:date>2020-06-24T14:56:21Z</dc:date>
    </item>
  </channel>
</rss>

