good day,
I'm trying to filter date by year using @setviewinfo. can anyone tell me how?
|
good day, I'm trying to filter date by year using |
|||||
|
|
Here is an example, put this formula on PostOpen event on view. It will filter all document by column with user name.
columnName - is a real name of column (you may set it in Column Property) Remember to clean filter on QueryClose even on view, otherwise all view will use this filter. example how u should remove filter
frameName is a frame that contains view, columnName is your categorized column. If you do not use frame - simply skip 1-st row |
|||||||
|