Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
balasundaram
Creator II
Creator II

can you correct set expression?

I have designed Barchart. When user opened that chart need to show current Year data. after user selected previous year in year list box,same  bar chart need to show previous data..how to write condition for that?

i have used below expression

=Count({<FiscalYear = {"$(=Max(FiscalYear)"}>}[Type])

But few cases not working

is it correct?

1 Solution

Accepted Solutions
balasundaram
Creator II
Creator II
Author

sory

Count({<FiscalYearNum = {"$(=Max(FiscalYearNum))"}>}[Type])

not working

View solution in original post

4 Replies
maxgro
MVP
MVP

added a )

=Count({<FiscalYear = {"$(=Max(FiscalYear) )"}>} Type)

MK_QSL
MVP
MVP

COUNT({$<FiscalYear  = {'$(=Max(FiscalYear ))'}>}Type)

balasundaram
Creator II
Creator II
Author

sory

Count({<FiscalYearNum = {"$(=Max(FiscalYearNum))"}>}[Type])

not working

anbu1984
Master III
Master III

Can you post sample app