Dutch
02-28-2014, 03:42 PM
I am having trouble in FOF7 doing a query where I can display last week's games.
In the Universe_Info.csv file, there is a reference to the current stage name, but not the last stage name.
If anybody is willing to help me solve this, I would appreciate it.
With dbupdater, I could simply write a query that would state, "WHERE week=(current_week - 1) because "current_week" was an integer. In the Universe_info.csv, the current week is written as "Ex. Season Week #2" (for example).
I built a "stage_info" table and I can join that table to the universe_info table on "Ex. Season Week #2" and then go back one in the "stage_info.stage_id" column, but with no additional relationships that doesn't really do me any good.
Is there a good way already built in that I need to look at?
In the Universe_Info.csv file, there is a reference to the current stage name, but not the last stage name.
If anybody is willing to help me solve this, I would appreciate it.
With dbupdater, I could simply write a query that would state, "WHERE week=(current_week - 1) because "current_week" was an integer. In the Universe_info.csv, the current week is written as "Ex. Season Week #2" (for example).
I built a "stage_info" table and I can join that table to the universe_info table on "Ex. Season Week #2" and then go back one in the "stage_info.stage_id" column, but with no additional relationships that doesn't really do me any good.
Is there a good way already built in that I need to look at?