Hi everyone again!
How (is possible) can I create/simulate a view, so it will display more than 9 lines (as it is now) for one document entry?
Thanks,
Dmitry
Hi everyone again!
How (is possible) can I create/simulate a view, so it will display more than 9 lines (as it is now) for one document entry?
Thanks,
Dmitry
Subject: View columns with more than 9 lines in depth
Hi Dimitry
As far as I know the maximum number of lines in a column is 9.
A normal way to get around this is to display 8 lines then put <more…> in the 9th line to allow the user to open the document to display more data or use a dialog box from an action.
Regards
Paul
Subject: RE: View columns with more than 9 lines in depth
Another way, depending on how long the entries are, is to create two columns next to each other, and use @Subset and @Elements to put half in the first column and half in the second.