Click here to Skip to main content
15,909,898 members

Comments by .net333 (Top 71 by date)

.net333 28-Aug-20 8:01am View    
i have generated dynamic table but i need to display the data like user name or anything in horizontal or vertical based on user selection...
.net333 28-Aug-20 8:00am View    
name or email or phone etc.. any text
.net333 8-May-20 7:35am View    
Thanks Myche... Really you saved my time...
.net333 12-Nov-19 3:06am View    
Thank you so much. I will follow your guidelines.
.net333 13-Jul-17 1:32am View    
I solved this by using
COALESCE([Useremail],'')=coalesce(@Email,[UserEmail],'') and
COALESCE([PhoneNo],'')=coalesce(@PhoneNumber,[PhoneNo],'').

It handles the null values with coalesce function