Are the min and max values of a dynamic property stored as their own property?
For example, a numeric dynamic property named "ABC" is a trait in many counters and each counter has a unique min ABC value and a unique max ABC value. I would like to use a GKC to make ABC for each counter a random number between it's own ABCmin and ABCmax using the Random expression. In my limited understanding it would look something like this:
Random(ABCmin,ABCmax)
Possible?
Thanks for sharing your expertise.
Allan