Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All, I have 12 million records in a table. Assume in that table have X,Y,A AND B fields. Now I want to decalre input fileds for field X AND Y. After using Input filed function, I have refreshed the QVW but I am not able to save the QVW. Same QVW without input filed I can able to save the QVW. Any idea? May be in-sufficient RAM.... Regards Sathish
I've not tried with that size of data, but even with less than 2m rows InputFields have a significant performance impact as it is not just unique values of the field that are being saved.
Do you need input fields across all 12 million records ?
One thing I have noticed before is that declaring the input fields at the top of the first tab, and then loading them in at the end of theload script prevents representation problems.
Jonathan