| | |
SSRS delete blank rows
Please support our MS SQL advertiser: Intel Parallel Studio Home
Thread Solved |
•
•
Join Date: Oct 2009
Posts: 4
Reputation:
Solved Threads: 0
i am using SSRS 2005. In my dataset there are some blank rows and in SSRS is showing blank rows. Is there a way that i just show rows with data and ignore blank rows. i set the visibility property but it is showing blank line.
dataset:
a
b
c
blank
d
blank
blank
e
i want output like:
a
b
c
d
e
Thanks
dataset:
a
b
c
blank
d
blank
blank
e
i want output like:
a
b
c
d
e
Thanks
•
•
Join Date: Oct 2009
Posts: 4
Reputation:
Solved Threads: 0
0
#2 21 Days Ago
i have a this custome code in SSRS but i am getting error msg. i am calling this function from the table footer.
thanks
vb Syntax (Toggle Plain Text)
Imports System.Data Public Function GetData(ds as dataset) As String Dim row() As System.Data.DataRow Dim myRow As System.Data.DataRow Dim sStr As String sStr = "" If ds.Tables.Count > 0 Then row = ds.Tables(0) For Each myRow In row if myRow("Comments) <> "" then sStr = sStr & chr(10) + chr(13) & myRow("Provider").ToString() & myRow("Comments").ToString() endif Next End If Return sStr End Function
thanks
Last edited by peter_budo; 18 Days Ago at 6:23 am. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks)
![]() |
Similar Threads
- help with delete multiple rows in mysql using checkboxes (PHP)
- Delete multiple rows in mysql with check box (PHP)
- Delete top 5 rows from a table (MS SQL)
- how to delete msflexgrid rows which are empty (Visual Basic 4 / 5 / 6)
Other Threads in the MS SQL Forum
- Previous Thread: SSIS Variable is Empty
- Next Thread: Integer or Numeric
| Thread Tools | Search this Thread |
.net 3.5 2008 access ajax app asp autocomplete autosuggest c# c++ connection count cursor data database datagridview delphi derby developer development display dropdown foss fsf hacker hint images integration java linux loop microsoft ms msdn netbeans news number office oracle php play qt query record remote report security server sharepoint sms software sophos sql sqlserver sqlserver2005 survey upload uploadatextfile vb.net video view vista web win7 windows7






