Login Page - Create Account

Support Board


Date/Time: Fri, 19 Dec 2025 17:28:37 +0000



Post From: Custom study showing

[2021-09-14 19:04:10]
User719512 - Posts: 355
Hi John, thanks for the reply. I have solved my issue. The code has sc.GraphName in it already, but I had a check in the code that was returning before the sc.Defaults was being called, and that skipped that block of code too early. Moving my check down past sc.Defaults fixed the issue.

THANK YOU for the information, that helped me figure out where my mistake was.