Hello all,
The new DataView control gives you the option of using a JDBC Query as your data source. I can get the control to show data from my query, but I cannot get the category column to work. I performed at check using a Notes View data source, and it will categorize just fine - as long as the corresponding view column is also categorized.
This leads me to think that the DataView control somehow depends on the isCategory property from the ViewEntry class to properly decide if a row is a category.
Is there a way to obtain the same functionality with the JDBC Query?
Thanks