Call runtime field to another runtime field while creating

I have question about runtime field, I want to call a runtime field to another runtime field.
Suppose I have created a runtime field called (numberOfdays) which is calculating count of days
between two dates.
Now I have the number of days in runtime field named (numberOfdays)

Now I want to create another runtime field but I want call that runtime field (numberOfdays) inside the script.

I was trying mbut it's not working I am not able to call one runtime field in another runtime field.

Let me know if that possible.

I don't think you are able to nest runtime fields, and even if you could, I don't think it would be a very good idea, as you'd probably take a significant performance hit. I think the correct way to do this would be to re-implement the logic you used in numberOfdays in the new runtime field

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.