I have 6 forms i am trying to combinde, bulding up diffrent catalogs.
Form1:
FieldA "text field": Used to set value
Form2:
FieldB "text field": Used to set value
Form3: (Combines value from Form1 and Form2.)
FieldC "Smart Classifier": Gets value from "Form1 and FieldA
FieldD "Smart Classifier": Gets value from "Form2 and FieldB
Form3 makes ut a catalog, where i only use FieldA once, and FieldB can be used multiple times. This so i can make a hirarcy on my record.
Form4 :
FieldE "text field": Used to set value
Form5 :
FieldG "Smart Classifier": Gets value from "Form4 and FieldE
FieldF "text field": Used to set value
Form6:
FieldH "Smart Classifier": Gets value from "Form3 and FieldC and FieldD
FieldI "Smart Classifier": Gets value from "Form5 and FieldG and FieldF
My problem is this:
In "Table view" the field FieldH (value from Form3 and FieldC and FieldD) will show.
But dose not show the value in FieldI, if the order is this:
FieldG
FieldF
If i rewerse the order in FieldI It will show in the Table view:
FieldF
FieldG
But i need it to be this order:
FieldG
FieldF
Are you creating a view over your Form6?
And want the values to be sorted by FieldG and FieldF?
FieldI.FieldG.FieldE ASC, FieldI.FieldF ASC
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for your reply :)
i dont mean filtering "Orderd by ASC", i ment the actual order i put the field inside the smart classifier.
I think it may have somthing to do with the naming of the field.
I have the same problem in a less complicatet strukture also,
Her is an example:
I have tre forms.
Form1:
FieldA "text field": Used to set value
Form2:
FieldB - Smart classifier: Gets value from FieldA (Naming i view: FieldB.FieldA)
FieldC "text field": Used to set new value.
Form3:
FieldD Smart classifier: Gets value from FieldB and FieldC
FieldF "text field": Used to set value
Naming in view:
FieldD.FieldB (This is the field that do not show the walue, the walue comes from form1)
FieldD.FieldC
FieldF
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, I am lost
I though you were asking about data presentation in a sorted way.
But now... I have no idea what is the problem
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.