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

RTC : Visibility issue

$
0
0

Hi,

I have 2 rows in a table
1st row should be printed if and only if it is first record of a field...
for d second or corresponding records my row2 should get printed....!!!

i.e if 1st record
1st row
else
2nd row

How to identify first record,In visibility expression FIRST(fields!field.Value) is not working.....
Is dis possible????

my scenario is standard report 108 customer order detail...
where each customer has some orders and each order has list of items ....
For each Item I have 2 different unit price values
For example
customer Mr.X if has 1 order ->1 item
customer Mr.Y has 2 orders->2items
Under an item
i have 2 rows having different values in a field (unit price) for each customer

Consider:
Mr.X

order 1
item-1
row 1..... unit price:90.
row 2 .. unit price: 80

Mr.Y

order001

item01
row1 unit price: 90
row2 unit price:50
item02
row1 unit price:10
row2 unit price:20
order002
item01
row1 unit price: 67
row2 unit price:45
item02
row1 unit price:50
row2 unit price:75

wat i must get is

Mr.X
order-0001
item01-->unit price 90
Mr.Y
Order-001
item01->unit price:90
item02->unit price:20
Order002
item01->unit price:67
item02->unit price:75


With respect to item no 1st record and the following record is what i want to increment the unit price
if it is 1st item no...unit price is 1strow unit price...
if it is 2nd item and so on it should be 2nd row unit price....



Viewing all articles
Browse latest Browse all 15740

Trending Articles