Hi all,
I have CCv5 connection that has data in columns loaded from a table and some values are recalculated in columns. I have made commands that calculate values, but this model works if I do not set pagination. If I set the pagination, so the values are calculated on the page, but not in the full data.
I will give an example.
thank you.
I have CCv5 connection that has data in columns loaded from a table and some values are recalculated in columns. I have made commands that calculate values, but this model works if I do not set pagination. If I set the pagination, so the values are calculated on the page, but not in the full data.
I will give an example.
I have 350 record from 1 to 350.The value in one column must be calculated from a whole table (from the beginning to the end - from 1 to 350), but when I view the data (eg. Between 20 and 40), so this value is recalculated only within the page, not in the context of the whole table.
anyone know how to done this problem? I feel that AJAX will be a solution, but I am a novice in this.
thank you.