Hello all, I have a module with a lot of DXL attributes which are giving figures depending on results given in several inlinks. My problem is that when I open DOORS and the module, it seems that the DXL attribute is refreshing, thus recalculting everything, which is quite long due to several linked modules to open for read, although I have saved the viewset before leaving DOORS. I would like, if possible, that the module refreshes DXL attributes only when I ask for it. Any clues ? Thank you Sylvain SylvainG - Tue Apr 15 10:57:34 EDT 2014 |
Re: DXL Attributes refresh In v8 days you would set the attr dxl value to a space, when otherwise there was no value. Since a null as a trigger for recalculation, setting it to null would cause thrashing. The following construct would be routine:
Not sure in v9; am getting odd results. But the above should work. -Louie |
Re: DXL Attributes refresh llandale - Tue Apr 15 12:44:06 EDT 2014 In v8 days you would set the attr dxl value to a space, when otherwise there was no value. Since a null as a trigger for recalculation, setting it to null would cause thrashing. The following construct would be routine:
Not sure in v9; am getting odd results. But the above should work. -Louie Hi Louie, thanks for your reply. unfortunately, it does not seem to work (on v8, I did not try on v9 yet, we just upgraded this week). None of the dxl values is null, but the dxl attribute still refreshes once I open the module . regards Sylvain |
Re: DXL Attributes refresh SylvainG - Wed Apr 16 04:17:55 EDT 2014 Hi Louie, thanks for your reply. unfortunately, it does not seem to work (on v8, I did not try on v9 yet, we just upgraded this week). None of the dxl values is null, but the dxl attribute still refreshes once I open the module . regards Sylvain Here are some facts:
-Louie |
Re: DXL Attributes refresh llandale - Wed Apr 16 13:18:35 EDT 2014 Here are some facts:
-Louie Hi Louie, OK I understand better how it works. I am leaving the modules open, but the time to open all modules and to go through all links for all objects seems a bit long. I also believe it might be due to distant server and long access time. i think I will save a setview with the relevant DXL attribute and open it only when needed. Thus when opening the module in its default view, there will be no DXL attribute and no refresh. Thanks for your help. I will close the thread Sylvain |