Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello all,
I'd like to have in a pivot table or straight table to display only expressions IF they match certain selections.
eg.
If I choose January it only shows values for Jan. But if choose another month (eg Sep) the table should display all the month till Sep.
Oct, Nov and Dec shouldn't be display in my table.
Can anyone have any idea on how to solve this?
I'm using QV9.
Many thanks.
Joao
You should use in your expressions:
Month={"<=$(=Num(Month))"}, Year={$(=Year)}
You'd better use (untested)
to add set conditions to your expressions, but note that $< before functions and fields, meaning "add to current selection".Month={$<"<=$(=Num(Month())">}, Year={$<$(=Year)>}