M
Meryk
Guest
Backend is MySQL. And I am mapping a VIEW (not a table) with a column that is a COUNT. So because I didn't rename it while building the view, by default the column name was set to : "count(columnToCount)". And this is what causes the issue. Thanks Meryem
Continue reading...
Continue reading...