How to use multiple IIFs condition in expression in SSRS Reports?
问题 I want to display records in MS SSRs based on multiple IFFs Condition. Any idea? Please help me! My table is "customers" and columns are "cust1", "cust2", "cust3", "cust4" if(cust1.value!=null) { display cust1; if(cust2.value!=null) { display cust1+","+cust2; } if(cust3.value!=null) { diplay cust1+","+cust2+"and+"+cust3 } if(cust4.value!=null) { diplay cust1+","+cust2+","+cust3+"and"+cust4; } }else diplay cust1; I just wrote C# syntax for understand logic. I want to display like result Ex: