Quantcast
Channel: Dynamics User Group
Viewing all articles
Browse latest Browse all 15740

Help wanted to handle invoice data for SSRS report

$
0
0

Hello everyone,

I am doing a SSRS report, and here is the data from the Query:

Data from the Query
invoice dateitem nameitem priceshow_item_policy
7/12/2011name111TRUE
7/12/2011name222FALSE
7/12/2011name333TRUE

 

And I have the sample SSRS report layout like this:

SSRS report
invoice header
invoice date7/12/2011
invoice  table for items
item name                             item price
name111
name222
name333
invoice footer
show_item_policyshow? Not show?

So, basically, there are

-1- invoice header (has only 1 field of invoice date, say this field is from custInvoiceJour)

-2- Invoice table for items(has item name and item price fields, say from custInvoiceTrans), and I am using a table to list out the data on report

-3- invoice foooter, which only contains 1 textbox, say also from custInvoiceTrans, but as for item1 and item3, the value is true, But for item2, the value is False.

The requirement is saying that if any item has 'show_item_policy' as false, then show "XXX(certain words)" on the text box in the invoice footer.  So, I am wondering what can be done about this invoice footer now..

 

Any advice is appreciated, thank you~

Kwen

 

 

 

 


Viewing all articles
Browse latest Browse all 15740

Trending Articles