DalgoT4D / webapp

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

When a column is full of nulls it is showing no graph and if read as string then saying all values are of the same length #960

Closed nairabhishek73 closed 5 days ago

nairabhishek73 commented 1 week ago

https://jam.dev/c/8760a0ee-fa16-4d91-a47a-b418cd3b6678

Should just indicate all values are null or "No Data Avaialable"

Ishankoradia commented 1 week ago

For string column @mdshamoon for this can we put a check if totalCount == countNull then we can change the wording of the statement to ....all values are null.....

mdshamoon commented 1 week ago

This is fixed. @nairabhishek73 ready for testing