Login Page - Create Account

Support Board


Date/Time: Sun, 02 Nov 2025 17:07:32 +0000



Post From: Custom study to display a study collection based on timeframe.

[2025-09-26 09:28:29]
User431178 - Posts: 805
there is absolutely no difference whether I check or uncheck this box

The check box is not relevant in this case, that is for manually added study collections.

ACSIL Interface Members - Functions: sc.ApplyStudyCollection()

You would use the third argument if you wanted to remove the studies, but that doesn't work for you as it would also remove the Study Collection vs. Timeframe study.
If you want to remove all but the controlling study, you can do it from within the study by iterating over the list of studies on the chart and removing them all except that you wish to retain.
I made some edits to your code, it works as you want now I think.
Date Time Of Last Edit: 2025-09-26 09:29:17
attachmentStudyCollectionVsTimeframe.cpp - Attached On 2025-09-26 09:27:49 UTC - Size: 5.74 KB - 40 views