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
Views that use a particular subset
- gtonkin
- MVP
- Posts: 1269
- Joined: Thu May 06, 2010 3:03 pm
- OLAP Product: TM1
- Version: Latest and greatest
- Excel Version: Office 365 64-bit
- Location: JHB, South Africa
- Contact:
Re: Views that use a particular subset
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.
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.