Report based on multiple criteria

Report based on multiple criteria

Hi,

I have no idea what I am doing wrong here, as I copied coding that I had from another (similar) page, and it worked there, but not here. 

My form has two fields - one that is a dropdown to choose Purchaser/Assistant, and one that is a number field to enter a Product SKU. 

I am trying to pull all records to be shown on a report, based on what is chosen. 



if((input.Purchaser_Assistant != "")  &&  (input.Product_SKU  !=  null))
{
}


Thank you so much in advance for any help!



Joy