Hello,
I'm trying to sum two items with last().
In my formula i have :
but what I receive is only first item.
What should I change to receive sum of both items?
Regards, Pawel
I'm trying to sum two items with last().
In my formula i have :
Code:
last("vfs.fs.size[../media/data1,total]")+last("vfs.fs.size[../media/ssd1,total]")
What should I change to receive sum of both items?
Regards, Pawel
Comment