8
Views
3
Comments
Solved
Button overriding Preparation's aggregate list even though it has not been submitted.
Application Type
Traditional Web

Hello:

When the Analyst Main screen initially loaded,  it seems the Goto button is it overriding the Preparation aggregate list of the table even though Goto has not been submitted.  Goto button redirect to another screen when pressed.


thanks

DISERequester104.oml
2023-10-21 19-42-11
Tousif Khan
Champion
Solution

Hello

I think the issue is because Your local variable GoTo holds Integer value and by default the value is 0

and when you load your screen since the aggregate from which we are fetching the data is filtered by the same local variable, and when the value is 0 then no records will show because the records in our aggregate are all non zero and it cannot be 0, so in that case try to convert that variable to some other data type or assign some value to it, or you can remove the filter from your aggregate

Hope you understand 

Best Regards

Tousif Khan 

UserImage.jpg
huy nguyen

Yes, you right somehow I forgot to remove the local variable for Goto in the table's aggregate . 

thanks alot.

2023-10-21 19-42-11
Tousif Khan
Champion

You are welcome :)

I am glad I was able to help

Best Regards

Tousif khan

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.