Link to home
Start Free TrialLog in
Avatar of preeti_a
preeti_a

asked on

Multivalue Field In View

Hi Experts,

My problem is i am trying to display a multivalue fields in a view as a separate document :-(

Have a form "New" having a fields
       e.g "A" which is set as  'Separate Value When User Enters'= Semicolon & Newline
                    which is set as 'Dispaly Separate Value With'=NewLine

       and so on , these fields get appended each time the user clicks on a button and the value gets stored.
e.g: the value it stores is like this at present :
Field A    Field B         Field C  
1            Lotus          x
2            Oracle         y
3            Java            z
4            XML             a
5            MS SQL       b

Though its a one document when saved, my problem is how to display this multivalue field as different document when viewed in a view.

Any tips / idea would be appreciated.

TIA






Avatar of scottrma
scottrma

Have you enabled the design property "Display multiple values as separate rows" for your view?
Sorry, that should read "Show multiple values as separate entries" in R5, and it is in the design properties (sorting or 2nd tab) of the column, not the view itself. Make sure you enable this and then it should be working.

Regards,

Scott
Well, here is a limitation to your requirement,  you can have only one field that can be shown as multiple entries.  If you try to show three fields like you have listed it wont happen instead it breaks up each one into a category into itself.

The best way i could think of if your lelements is less than 9 is....

Showing three fields in three columns and allowing 9 lines per row and shrink rows to content in the view properties.

Or just pick one field and show it as separate document.

Interestingly you can do a list concatenation to add FieldA, FieldB and FieldC as

1 - Lotus - X
2 - Oracle - Y
3 - Java - Z

etc and show this list value as separate entry in the view.
Arun , u got to have the  points buddy for the good explanation !


Partha
All 250 ???  WoW !!!  I will move one spot up in the ranking and I will love it for a while.
Actually, Arun and Partha, I woudl say that Scott has the correct answer, which works well, while the other answer is an incomplete workaround.
Qwaletee and Scott are right.

Arun,
I doubt preeti will give 250 for u or not.
ASKER CERTIFIED SOLUTION
Avatar of Zvonko
Zvonko
Flag of North Macedonia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
My Buddy is here and the points are sure HIS !!!

;-)
Welcome Bro!
Avatar of preeti_a

ASKER

Thanks every1 for the solutions...
Zvonko's solution  did match ( closely) with my query

Thanks alot
This was not my intention, sorry Bro :)

preeti_a, thanks for the points.

Arun, you seem quite happy for Zvonko.  But didn't he propose almost the same thing you did?