I'm trying to write an item that takes the Exchange transaction log drive which I get in getExchangeLogPath and then use that to calculate the space free on the drive for back pressure. The formula gives me an error. Can I next calculated items like this?
100*(last("vfs.fs.size[last("getExchangeLogPath"),total]")-1536M)/last("vfs.fs.size[last("getExchangeLogPath"),total]")
I can see that might have too many inverted commas in there, but can't see a way round it...
Oh on 2.4.7.
100*(last("vfs.fs.size[last("getExchangeLogPath"),total]")-1536M)/last("vfs.fs.size[last("getExchangeLogPath"),total]")
I can see that might have too many inverted commas in there, but can't see a way round it...
Oh on 2.4.7.
Comment