Search queries
I have 2 queries regarding RAM search :
1) I would like to restrict the results to assets with a SUBMIT DATE within a range. Advanced search allows me to do this for MODIFIED DATE, but not apparently for SUBMIT DATE.
Is there any way to search assets using SUBMIT DATE?
2) Also is there any way by which we can export the search results in an excel?
Thanks in advance......Payal.
1) I would like to restrict the results to assets with a SUBMIT DATE within a range. Advanced search allows me to do this for MODIFIED DATE, but not apparently for SUBMIT DATE.
Is there any way to search assets using SUBMIT DATE?
2) Also is there any way by which we can export the search results in an excel?
Thanks in advance......Payal.
3 answers
In RAM 7.5.1 there's a submit date option in the advanced search. In earlier versions of RAM, you can use the following syntax.
_submitDate_:( )
The above example searches for assets submitted between December 1st and December 8th.
There's no built in feature to export search results to excel. You could use one of the RAM APIs and write your own exporter.
_submitDate_:( )
The above example searches for assets submitted between December 1st and December 8th.
There's no built in feature to export search results to excel. You could use one of the RAM APIs and write your own exporter.
The help page for search syntax can be found here.
http://publib.boulder.ibm.com/infocenter/ramhelp/v7r5m1/index.jsp?topic=%2Fcom.ibm.ram.doc%2Ftopics%2Fr_search_syntax.html
You can explore additional fields by using the advanced search option and looking at the syntax which is generated.
Some fields (like submit date) were undocumented in earlier versions of RAM. IF you have a specific attribute that you would like to search on which is not available post it here and we can let you know if it's possible or if it's something we can add in a future release.
http://publib.boulder.ibm.com/infocenter/ramhelp/v7r5m1/index.jsp?topic=%2Fcom.ibm.ram.doc%2Ftopics%2Fr_search_syntax.html
You can explore additional fields by using the advanced search option and looking at the syntax which is generated.
Some fields (like submit date) were undocumented in earlier versions of RAM. IF you have a specific attribute that you would like to search on which is not available post it here and we can let you know if it's possible or if it's something we can add in a future release.