Dynamic Choice Field text (Value) vs Number - Where can I find them?
I have an excel with Country, Region,District
I import this to my GEO table.
Then I have a DCF in my MAIN table that show all Countries and I pick what I want.
I do the same for Region and District but I limit the choices by what I have selected before (Cascading DCF I think it will be called)
Everything works as expected until I export my MAIN table to excel. Now I have exported the number referenses to the data (Contry, Region, District).
Two question:
1) Can I get the value to be stored instead of the number refering to the value? (I could not find a way to "set" tis in the field definition.)
2) If not as above - how can I find what number points to which value? (OK, I can run a "bit by bit" to figure it out but I have 1000 different values.....)
4 replies
-
I still have this question. Anyone that has an answer?
-
You can create a global tabular view in you "MAIN" table, called for example "Export", and include as columns the fields you want in your export. For the DCF fields, don’t include them, but create "Formula" columns containing formulas like:
record(GEO,number(Country)).Country
The first occurence of "Country" is the name of the DCF in "MAIN", the second is the name of the data field in "GEO".
Content aside
- 2 yrs agoLast active
- 4Replies
- 289Views
-
2
Following