Home > Enterprise >  A maximum Sharepoint column selection problem
A maximum Sharepoint column selection problem

Time:09-18

There are two column, a "Document No.", a "rev.", similar to the following


The Document No. Rev.
AAAA 1
AAAA
2AAAA 3
1
BBBB1 a BBBB
CCCC 1
CCCC 1 a
CCCC
2

I want to create a new View, only show each Document No. The highest edition, namely the following three lines, or at the highest edition said in a line of new added a Column of "Master"
AAAA 3
1 a BBBB
CCCC
2

What is the way to achieve? Thank you all for the great god

CodePudding user response:

Write JavaScript filtering, on their terms, do not need the drop-down box the delete directly to the option

CodePudding user response:

Default view there is no such function, so you need to this yourself for secondary development, but the second development like a also is not very good, mainly depends on your needs, whether you want to support paging, etc., and spquery query statement seems to be no way to write,
What is your version of sharepoint? If not sharepoint online, I suggest that you develop a sharepoint list of event handler, to set up a column in the list, for example: whether, according to each item updates when you go to change the Document No. Whether the same item displayed value, then the view Settings are only display=is

Whether the Document No. Rev. according to
AAAA 1 n
AAAA 2 n
AAAA 3 is
1
BBBB1 a BBBB
CCCC 1
CCCC 1 a
CCCC
2
  • Related