Closed wright13 closed 1 month ago
I think it is something microsoft access is doing when I create the 'Cycle' column
I tried changing the column name thinking that the name 'Cycle' was causing some sort of problem. So I changed column name to 'S_Cycle' but that didn't fix problem.
open to any ideas... I tried to troubleshoot for awhile now and I'm stuck.
Just pushed a fix to the review_utils branch. It's an MS Access thing where a calculated column can't reference itself, so the fix was to use nested ifelse in a single mutate instead of referencing the cycle column each time. Definitely not an obvious bug - I've run into this with Access in the past so the error was familiar to me!
I'm having an issue with adding cycle column to the EIPS database. I keep getting following error from lines 525-551:
` Error: nanodbc/nanodbc.cpp:1655: HY000: [Microsoft][ODBC Microsoft Access Driver] Circular reference caused by alias 'S_Cycle' in query definition's SELECT list.