Login Page - Create Account

Support Board


Date/Time: Mon, 03 Nov 2025 00:35:01 +0000



Post From: Custom study showing

[2021-09-14 19:04:10]
User719512 - Posts: 329
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.