Quantcast
Channel: SCN : Discussion List - SAP BusinessObjects Web Intelligence
Viewing all articles
Browse latest Browse all 5402

Compare row by row

$
0
0

Hi,

 

I have a problem for creating a report in Web Intelligence. I would like to compare rows from a table in order to display the updated rows between 2 dates.

 

For information, my application allows to manage contracts. A contract can be linked to one or several person (contact). My purpose is to display the updates between 2 dates. In fact I would like to say between 2 dates if the contacts for a contract have been changed...

 

Here below a part of the data retrieved by my universe in my report.

 

Contract IdUpdated DateHist IdContact Name
1553/6/20151Sebastien
4/6/20152Nicolas
5/6/20153Nicolas
6/6/20154Jean
9/6/20155Jean
Paul

 

In order to display only the updates between 2 dates I have created a DETAIL variable "Update Contact":

Update Contact = If([Contact person]<>Previous([Contact person]))Then ("Updated") Else ("No update")

 

And I Tried to display it in the report and to filter on that:

 

Contract IdUpdated DateHist IdUpdate ContactContact Name
1553/6/20151UpdatedSebastien
4/6/20152UpdatedNicolas
5/6/20153No updateNicolas
6/6/20154UpdatedJean
9/6/20155No updateJean
UpdatedPaul

 

For the update on 5/6/2015 it's ok because no data has been changed.

For the update on 9/6/2015, I would like to see "Updated" because another person has been equally assigned. If I do a filter on "Updated" I have an error:

 

Unable to get the first page of the current report - Web Intelligence will switch to structure view (WIJ 20003).

 

Could you please help me to solve this problem, or please give me another solution to do this comparison between 2 rows?

 

Thanks in advance


Viewing all articles
Browse latest Browse all 5402

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>