sandip
#1
I create hyperlink in rdlc report to another rdlc report in Navision 2013 using single filter but i need multiple filter in it
here is hyperlink with single filter which i created
=“dynamicsnav:////runreport?report=50097&filter=Purch. Rcpt. Line.%22No.%22:”+Fields!No_Item.Value
sandip
#2
how to set another filter in above hyperlink
Try
=“dynamicsnav:////runreport?report=50097&filter=Purch. Rcpt. Line.%22No.%22:”+Fields!No_Item.Value +"&filter=Purch. Rcpt. Line…:"+
sandip
#4
Hi Mohana,
Thank u very much for your reply
i need your valuable help for following
=“dynamicsnav:////runreport?report=50097&filter=Purch. Rcpt. Line.%22No.%22:”+Fields!No_Item.Value +"&filter=Purch. Rcpt. Line.%22Posting Date%22:"+<HERE I NEED >=START DATE…>=END DATE>
how can i specify it
Sandeep.
Store the filter text in any variable and pass it in above expression.
sandip
#6
Following filter not work in hyperlink i.e i need 2 filters in it
=“dynamicsnav:////runreport?report=50097&filter=Purch. Rcpt. Line.%22No.%22:”+Fields!No_Item.Value +"&filter=Purch. Rcpt. Line…:"+