Hi all,
I have a drop down list with the following : Week And Weekend :. I want to change the Average field depending what is selected. But having a problem.
I'm using the below code, but does not work
Can anyone help
Thank You
I have a drop down list with the following : Week And Weekend :. I want to change the Average field depending what is selected. But having a problem.
I'm using the below code, but does not work
Code:
=IIf([Days select]="Weekend", [Reports]![Weekend Settings]![Average),([Reports]![Week Settings]![Average])
Thank You
Last edited: