Good morning. I’m new to Business Objects and to this website, so I apologize if this question is too basic or not in the correct place.
The issue I’m having has to do with a variable I created to filter the data once the report is generated. I’m working with GPS data, and the variable assigns a number to how many days are between the initial transmission and the date of the current transmission. The plan then is to filter out all data that is within the first 90 days of the first transmission.
The variable and filter work perfectly when I apply it to main area of the report. But when I try to create a section that breaks the data down by Account, something isn’t working. The “Days Between” variable shows #UNAVAILABLE, so that seems to be the main issue at this point.
Can anyone explain why the variable does not work in the Section, but works fine in the main part of the report?
If it helps, here’s the coding for the variable I’m using to filter:
=DaysBetween([Min Transmission Date];[GPS].[Transmission Date]) ForEach ([GPS].[Transmission Date])
Also, “Min Transmission Date” is a simple variable that is coded:
=Min([GPS].[Transmission Date]) In ([Account Full Name])
Thank you in advance for any help you can offer!
starr94 (BOB member since 2015-04-02)