Page 1 of 1

Views that use a particular subset

Posted: Fri Jan 09, 2015 3:12 pm
by AmbPin
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

Re: Views that use a particular subset

Posted: Fri Jan 09, 2015 5:43 pm
by gtonkin
Thanks AmbPin, I normally use old fashioned "Grep" but useful for some of my colleagues.
Would be nice if there was a command line version of "tail" as I use "tail -f" frequently to watch log files on start-up etc.