Login Page - Create Account

Support Board


Date/Time: Sun, 19 May 2024 05:23:54 +0000



Post From: Property DisplayOrder is not updated in chartbook when I update it in my study

[2016-10-06 21:32:43]
T29_Dev1 - Posts: 22
Property DisplayOrder for inputs works fine only when I add a new study to the chart.

Description:
1. add a study with 2 parameters sc.inputs[1](DisplayOrder==1) and sc.inputs[3](DisplayOrder==2) to a chartbook,
2. save and close the chartbook,
3. add a new parameter to the study - sc.inputs[2](DisplayOrder==3),
4. open the chartbook - I can see the new parameter at the top of list,
5. save and close the chartbook again,
6. open the chartbook - I can see the new parameter on the second position in the list of parameters, but I expect to see it at the bottom (because DisplayOrder==3).

Can you update the DisplayOrder property for all studies in chartbook when chartbook is loading?