Bug report #13936
Updated by Alexander Bruy over 7 years ago
Using R scripts (especially Histogram and Summary statics) in processing QGIS I realized that:
the output was always empty (blank page) when I used with field data type 'qlonglong' (postgis views with GROUP BY and COUNT (*)).
I solved the problem with a simple casting or converting 'qlonglong' in 'integer'.
count (*) :: integer
the output was always empty (blank page) when I used with field data type 'qlonglong' (postgis views with GROUP BY and COUNT (*)).
I solved the problem with a simple casting or converting 'qlonglong' in 'integer'.
count (*) :: integer