DalgoT4D / webapp

GNU Affero General Public License v3.0
5 stars 35 forks source link

JSON should show distinct count #948

Open nairabhishek73 opened 2 weeks ago

nairabhishek73 commented 2 weeks ago

https://jam.dev/c/b58e1994-563e-41ec-bfc7-24fdc906ff01

Ishankoradia commented 2 weeks ago

Hey @nairabhishek73 bigquery doesn't allow to count distinct for a json column. I tried casting it to string before computing count distinct , that is also not allowed .

Can do it for postgres

nairabhishek73 commented 1 week ago

That's alright can we show as "No Data Available" for BQ