Skip to main content

Editable Fields

Hello,
Can we have a way to add variables to editable fields?
I have a database with a editable numeric field and i want to add to a certain field my record counts from other databases.
My idea is the version 9.1.1.152
Thanks
Rodrigo

Brian Element Thu, 01/22/2015 - 12:01

Hi Rodrigo and welcome to the site.

For editable fields are you talking about creating them through a script or through the equation editor in IDEA?

When creating an editable field through both the equation editor or scripting you can use variables and a formula to give you the starting value.  If you want to change it once the editable field has been created then you either have to do it manually or through a script as a script can update the contents of an editable field directdly.

Not sure if I answered your question or not.

Let me know.

Brian

Rodin Fri, 01/23/2015 - 03:57

Hei Brian
I have created a collumn (with the name AC1) in my database that can be editable like the image i had
 
And i want with a script be able to fill that field with other value calculated by me
 
Thanks
Rodrigo