Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
Peony
Creator III
Creator III

Set Analysis expression error

Hi all

I created set analysts formula =Avg({<Period_FK = Num(Today())>} Duration).

But for some reason I get an error message: "Error in set modifier element function name: "}" expected ". And I can't get where should I put these "}"?

1 Solution

Accepted Solutions
agigliotti
Partner - Champion
Partner - Champion

maybe this:

=Avg( {< Period_FK = {"=Num(Today())"} >} Duration )

i hope it helps.

View solution in original post

2 Replies
agigliotti
Partner - Champion
Partner - Champion

maybe this:

=Avg( {< Period_FK = {"=Num(Today())"} >} Duration )

i hope it helps.

Peony
Creator III
Creator III
Author

Great! It works! Thank you!