Forum Discussion
joaodd
2 years agoFrequent Visitor
How to include a dinamic variable into a temporary column
I have a table "REGISTRATION" with 3 fields: - StudentNumber - Date - Status This table registers any change in the student status, each time the student status changes it is registered in this ...
lbendlin
2 years agoSuper User
Now, granted, this is not very fast. But it's something you can start from.
joaodd
2 years agoFrequent Visitor
Hi lbendlin , thanks for your inputs.
The key objective is not to know how many students registrations switched to ACTIVE on each day, but rather how many have the status ACTIVE on a given date.
Thanks
- lbendlin2 years agoSuper User
yes, that's what my proposal is doing - number of active students on a given day.