cancel
Showing results for 
Search instead for 
Did you mean: 

BPS Web App - Data Issue

charles_soper
Participant
0 Kudos

Hi Experts, we have a customer w/ the following situation:

They are having a major issue with their Web Pages implementation. Here is the situation:

1) User enters the web application, enters some variables at the top, then enters some data.

2) They then enter some more variables to change the data set. They NEVER hit check, or save, because the validation will take to long…they have so many validations it takes 30 minutes.

3) So now, a new dataset comes up, they enter more data, more variables, more data, more variables,….etc

4) When they finally go to save only that one page gets validated, the one their currently on…..all the other previous stuff doesn't get validated and writes back to the cube incorrectly.

Any way to validate the current page before it selects more data with the new variables?

Thanks,

Tim

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi.....are you using characteristic relationship for validation?

If yes, then you should not get this problem. Check whether you are exceeding buffer limit.......

Former Member
0 Kudos

Hi,

I am not completely sure I understood the problem correctly. How is it that you plan to do this 'validation'? In web template, there is an option to specify command(s) every time any navigation happens in web template and it is rendered again (in the WT properties). Using this option, you can do any operation every time user changes variable values.

Hope this helps.