Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Formula with set analysis doesn't appear to work

Hi,

I'm trying to display the sales for the current month using the following formula -

=sum( {$<Cal_Month = {"=month(today())"}>} Sales)

The user can select a month however I still want one specific box displaying the current month's sales, hence the need for set analysis.

The funny thing is that if I use

=sum( {$<Cal_Month = {Jul}>} Sales )

it works fine.

Apologies if I am missing something totally straight forward - your help would be greatly appreciated.

Thanks in advance

C

1 Solution

Accepted Solutions
Not applicable
Author

=sum( {$<Cal_Month = {"$(=month(today()))"}>} Sales)

View solution in original post

1 Reply
Not applicable
Author

=sum( {$<Cal_Month = {"$(=month(today()))"}>} Sales)