Hi.
So I'm trying to create a forecast on how many kids there will be in an area for the next 10 years. I'm using attribute rules and multiply with a coefficient.
The Arcade-script looks like this and works as it should.
var year = $feature.ForegandeAr * Pow(0.993608803, 1);
return Round(year)
The thing is - the value 0.993608803 will change once or twice a year and it appears in a lot of attribute rules. I would therefore like that value (0.993608803) to be taken from another table where I can change it and it changes all the values in all attribute rules. But I don't know how. Can someone please help? Should I make a relationship class? Or a database view? How do I write it in Arcade? Or how can I solve this?
I've attached my gdb if someone needs it.
Thankful for your help!