Views that use a particular subset
Posted: Fri Jan 09, 2015 3:12 pm
Hi,
I am sure the gurus will already know this but I had been looking for a way to locate a view that is using a subset that I wanted to delete. There is a DOS command that can help:-
FindStr /si "NameOfYourSubset" *.vue > YourOutputFile.txt
if you execute this in a DOS CMD window, probably after mapping a drive to the datafiles folder for your TM1 server, The output file will contain a list of all *.VUE files that contain the filter string "NameOfYourSubset".
Hope this helps someone
I am sure the gurus will already know this but I had been looking for a way to locate a view that is using a subset that I wanted to delete. There is a DOS command that can help:-
FindStr /si "NameOfYourSubset" *.vue > YourOutputFile.txt
if you execute this in a DOS CMD window, probably after mapping a drive to the datafiles folder for your TM1 server, The output file will contain a list of all *.VUE files that contain the filter string "NameOfYourSubset".
Hope this helps someone