paul.roach Posted December 28, 2023 Posted December 28, 2023 I've made a few asset trees with a few formulas. Everything is good on the original, but once I duplicate the folder at the menu I receive this error on the copy while everything is normal on the original. Just trying to figure out the exact meaning of the error to resolve.
Seeq Team Solution Sean T Posted December 28, 2023 Seeq Team Solution Posted December 28, 2023 Hi Paul, This error report is generated whenever a duplication happens that results in some things not properly being duplicated. In your instance you might be fine and can just delete the error report page. In this case it looks like there is an item named "Column 2" that was deleted (archived) and thus was not properly copied? Either that or the item named column 2 is a string signal and a unitless value is trying to be replaced for any invalid periods using the replaceNotValid() function. To fix this, replace your invalid sections in the formula with another string (you can convert something to a string using the .toString() function) I would check: where the "column 2" item is used, if at all. Search in the data tab for Column 2. If it isnt used anywhere, then youre good to go! If it is used somewhere, update the formula for Column 2 with a string value that you are replacing not valid for, likely using the string funtion i mentioned above. Hope that Helps! -Sean
paul.roach Posted December 28, 2023 Author Posted December 28, 2023 I was able to figure it out. You are correct Column 2 is not used anywhere (probably at some point and was changed). I was able to delete the error and just reload individually all the scorecard metrics to see color again. Appreciate the response!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now