Hello everyone. Hope all is well. I'm looking at someone else's code and ran into this. I believe I know what the syntax is but not confident in it's interpretation. Can you please tell me if this is "context" syntax please?
Code:
=If IsNull (count ( [Orders].[Order ID] where ([Communication Type] = "Phone"; [Communication Type]))) Then 0 Else Count ([Orders].[Order ID] Where ([Communication Type] = "Phone" ; [Communication Type] ))
What I'm trying to figure out is the portion of the code " ; [Communication Type] "
What purpose does this serve?
Thank you all in advance!
Scott