Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All
I have below expression work fine :-
count(distinct(company))
I want to add, below condition to above :-
year = {$(=Max(year)-1)}
I try :-
count(year = {$(=Max(year)-1)},distinct(company))
it does not work.
Paul
Have not looked at the sample yet, but try this:
Count({<year = {$(=Max(year)-1)}>} Distinct company)
my QVF file
Have not looked at the sample yet, but try this:
Count({<year = {$(=Max(year)-1)}>} Distinct company)