Missing Data in List View

I have several list view components in my project and they all work as expected.

However, the most recent one is not displaying either the header or data for the last cell.


     null                 Met Target   Missed Target     %
Current Period:                999            999      50%

It looks fine in design mode, but in preview both the “%” header value and the 50% row value are missing.

I have a label based menu to choose one of three companies, which in turn updates the Excel data and the list view. The strange thing is that when I click any of these buttons the missing values appear for a split second.

Anyone seen any strange behavior with list view?

Thanks.


dukeslater (BOB member since 2007-02-15)

For it to appear for a split second then dissapear sound like you have another query or something triggered that overwrites the data just retrieved. Do you have several queryies that gets executed as soon as you click something when your menu data gets populated?


BOB Guy (BOB member since 2009-10-11)