How to use a master Item inside an expression just like a field?
Is it possible to use a master item inside an expression?
eg:
I created master items "Month" , "Year" etc from the field Date.
Is it possible to check some condition for month inside the expression just by using the master item "Month" , ie not by again using functions on date field?
I know other possible option could be creating the master item within the load script itself. But i just want to know the above method is possible or not.