Viewing 5 posts - 1 through 5 (of 5 total)
The detail row visibility setting is as followed
Hidden: an expression is there
Toggleitem: based on previous row, textbox id
This detail row is hidden when viewed in report viewer but when exported...
June 21, 2010 at 8:32 am
Thanks Jason , I'll try out your suggestion and get back with you
April 28, 2008 at 2:48 pm
there can be only 1 enrolled_date for book_visited.
Book_visited is a value.
However, for an author and book_name there can be many enrolled_date and book_visited.
I determine the new row of...
April 28, 2008 at 2:05 pm
I already have the below mentioned base table populated with data.
Create table booksdata(
date_enrolled [datetime],
book_name varchar(50),
author_name varchar(100),
book_visited float
)
The data in this table is like,
date_enrolled book_name author_name book_visited
04/12/2008 ...
April 28, 2008 at 1:46 pm
Viewing 5 posts - 1 through 5 (of 5 total)