Hi ,
i have some case of Report of payment generation ,The condition is that if invoice# length is greater than 14 characters than remove first 6 characters, i write this =Right( Fields!InvoiceId.Value, len(Fields!InvoiceId.Value) - 6) expression it works but not fulfill the requirements to fulfill the requirement i write this expression =IIF(len(Fields!InvoiceId.Value > 14),Right( Fields!InvoiceId.Value, len(Fields!InvoiceId.Value) - 6)) but gives error plz help me.
Thanks in advance.
*This post is locked for comments
I have the same question (0)