="DynamicsNAV:////runreport?Report=50045&Filter=%22G/L Entry%22.%22Entry No.%22:0"+ "&Filter=Customer.%22No.%22:0"+ "&Filter=Vendor.%22No.%22:0"+ "&Filter=%22Bank Account%22.%22Date Filter%22:01-04-11..05-04-11"But when I am trying to use a variable for filtering the Date Filter in the above expression as shown below:
="DynamicsNAV:////runreport?Report=50045&Filter=%22G/L Entry%22.%22Entry No.%22:0"+ "&Filter=Customer.%22No.%22:0"+ "&Filter=Vendor.%22No.%22:0"+ "&Filter=%22Bank Account%22.%22Date Filter%22:"+Fields!BankAccDateFilter.Valuewhere
Fields!BankAccDateFilter.Value = 01-04-11..05-04-11It gives following error.