No announcements
Found 1561306 threads
-
0 Votes
How To Use Visible Row Property in RDLC tablix
Check the below thread (second reply): http://stackoverflow.com/questions/13910735/hide-a-row-in-rdlc-report-without-disabling-the-code-execution Also ...Answered | 1 Replies | 1337 Views | Created by Ahmed Elgammal112 - Tuesday, September 15, 2015 6:31 PM | Last reply by Fouad Roumieh - Wednesday, September 16, 2015 5:55 AM -
0 Votes
SSRS Tablix visibility
Hi Kalman, Make the percentage value to zero when it is returning NULL (in expression) Use the below expression to show the data in the ...Answered | 7 Replies | 1627 Views | Created by SweetsUK - Thursday, January 30, 2014 9:20 AM | Last reply by AndrewBorgCardona - Thursday, January 30, 2014 1:04 PM -
1 Votes
Visibility Expression Hide if textbox of tablix 1 is equal to textbox of tablix 2?
Do the two Tablixs use difference dataset?Answered | 1 Replies | 3609 Views | Created by tfink717 - Wednesday, December 19, 2012 4:55 AM | Last reply by Fanny Liu - Thursday, December 20, 2012 2:10 AM -
1 Votes
Can I dynamically force tablix footer row visibility based on page length of tablix?
It looks like I've found a way to determine if I'm in the last value in the group: using the "Last()" function within the first Text Blurb row's visibility expression.Answered | 4 Replies | 792 Views | Created by SQL Server dude - Tuesday, March 15, 2016 5:37 PM | Last reply by SQL Server dude - Wednesday, March 16, 2016 4:56 PM -
0 Votes
repeat row data in Tablix
Hi Nick, If the name column i.e. john Smith is in row grouping then remove the name column from the row grouping.Answered | 1 Replies | 3579 Views | Created by Nicholas L - Wednesday, June 15, 2011 9:42 PM | Last reply by FunBI - Thursday, June 16, 2011 2:23 AM -
0 Votes
Count Number of Visible Rows in Tablix Where Row Hidden Function Contains Aggregate Function
Hi PetBet, According to your description, the second requirement you provide that did you mean change the Tablix height or width dynamically ...Answered | 1 Replies | 8948 Views | Created by PetBet - Wednesday, September 28, 2016 6:04 AM | Last reply by Pirlo Zhang - Thursday, September 29, 2016 10:06 AM -
0 Votes
Hide a subreport inside a tablix row?
0,false,true) =Iif( CountRows("SubReportDataSetName")>0,false,true) I hope this will help.Answered | 1 Replies | 2942 Views | Created by MickyGoony - Wednesday, September 19, 2012 7:36 PM | Last reply by Syed Qazafi Anjum - Wednesday, September 19, 2012 10:57 PM -
1 Votes
Row Visibility Expression
I have a table that returns multiple rows.Answered | 2 Replies | 2819 Views | Created by tfink717 - Monday, December 10, 2012 6:33 PM | Last reply by tfink717 - Tuesday, December 11, 2012 8:32 PM -
0 Votes
How to merge SSRS Tablix row?
Hi Mayank, According to your description, you want to merge different rows into one row.Answered | 1 Replies | 10542 Views | Created by Mayank-Pandey - Monday, June 6, 2016 9:22 AM | Last reply by Xi Jin - Tuesday, June 7, 2016 7:40 AM -
0 Votes
Row visibility
Hi ReportDeveloper, According to the description, I understand you used the PageNumber built-in collection to control the row’s visibility to make it display ...Answered | 3 Replies | 1670 Views | Created by ReportDeveloper - Monday, September 16, 2013 5:43 PM | Last reply by Heidi-Duan - Monday, September 23, 2013 8:37 AM -
2 Votes
How to decrease the height of a list row containing a tablix ?
you could try this as a solution: basically set the visibility condition on the whole row, not just on the contents of the row.Answered | 7 Replies | 12631 Views | Created by jc_marie - Thursday, March 11, 2010 2:29 PM | Last reply by Mr Sean - Monday, May 28, 2012 9:17 AM -
0 Votes
SSRS Tablix
What I should do is to replace this with my new codes, instead of adding the new codes directly, which causes the Tablix Member exceed the numbers in Row ...Answered | 3 Replies | 5314 Views | Created by Sosa727 - Monday, October 21, 2013 4:23 PM | Last reply by Sosa727 - Wednesday, October 23, 2013 3:32 PM -
1 Votes
Tablix Visibility Expression does not work in SSRS 2008
The other problem is that each section of the iif expression is evaluated seperately so checking the row count and then if evaluated to True, then checking for NULL doesn't work as the ...Answered | 8 Replies | 25776 Views | Created by newbie777 - Monday, July 6, 2009 6:39 PM | Last reply by Developer24776 - Friday, September 27, 2013 3:18 PM -
0 Votes
Tablix formatting issue
Hi Ashish Mohite, Based on your description, I tested in my local SSRS environment, I get the running result like: Under the tablix2, it ...Answered | 1 Replies | 495 Views | Created by Ashish Mohite - Monday, August 29, 2016 10:44 AM | Last reply by Yuliana Gu - Tuesday, August 30, 2016 5:24 AM -
0 Votes
How the height of a tablix row is determined?
Hi, Try this, Remove the padding of the rows and reduce the size of the font in the rows Rajesh Jonnalagadda http://www.ggktech.comAnswered | 2 Replies | 4191 Views | Created by compass_ms - Thursday, April 1, 2010 8:15 PM | Last reply by Rajesh Jonnalagadda - Friday, April 2, 2010 5:42 AM -
0 Votes
visibility of the row header while scrolling
Any Input's Is any column I insert before column grouping becomes row header?Answered | 4 Replies | 894 Views | Created by Pragati Sharma - Thursday, April 21, 2016 10:02 AM | Last reply by Pragati Sharma - Friday, April 22, 2016 3:44 PM -
3 Votes
Only Display First 3 Rows of Tablix
Please remember that delete the sorting that in groups level before you add a sorting to your tablix.Answered | 4 Replies | 14000 Views | Created by stoneb1965 - Sunday, September 23, 2012 11:49 AM | Last reply by Charlie Liao - Wednesday, September 26, 2012 7:40 AM -
1 Votes
How to hide a row while context menu "Row Visibility" is disabled?
In your scenario, if the row is the first row of the tablix, you can set visibility for those two textboxes in the row based on ...Answered | 6 Replies | 1637 Views | Created by Kelvin Nguyen 23 - Wednesday, May 18, 2016 12:53 AM | Last reply by Kelvin Nguyen 23 - Tuesday, May 24, 2016 5:21 AM -
0 Votes
Hide empty rows in tablix ... ??
We change the grouping and didn't have a need for hiding rows for now.Answered | 6 Replies | 9346 Views | Created by mrmallis - Friday, November 5, 2010 12:26 PM | Last reply by mrmallis - Friday, November 12, 2010 10:20 AM -
1 Votes
SSRS: Adding column and row to a tablix?
We need to add a column grouping row in matrix or tablix.Answered | 4 Replies | 1320 Views | Created by oiledor - Monday, August 19, 2013 5:55 AM | Last reply by Chongtham Rajen Singh - Monday, August 19, 2013 7:25 AM - Items 1 to 20 of 1561306 Next ›
No announcements