Data not displayed in app

Hi,
I have problems displaying values in the app itself.
The values are coming through as 0 for some reason.

Situation:
1 sheet, 2 pages (tables).

Page 1:
Raw data: item/date/amount
Glide columns: template (year/month) / ifthenelse (positive numbers) / ifthenelse (neg. numbers)

Page 2:
irrelevant raw data
Glide columns:
Date input (from date input from date picker) / template (year/month) / Relation on template with page 1 / Rollup - relation-positive numbers (sum of)

The rollup sum is showing correctly in the sheet but in the app it’s returning as 0.
What am i doing wrong of how do i fix this?


Do you have any filters for that screen/powering the chart by a relation/use a row owner setup anywhere in your data?

There is no filter or user specific columns.

image

Neither any filters.

What about row owners?

Hi Jeff,
No idea how I even setup row owners, how can i check this?

Gregory here’s the Docs about Row Owners :

If you still see this issue I think we might need to look at your app!

Thank you

2 Likes

Hi, I do not have Rown Owners setup.

I have here the link to access the app, is this how you want to look at it?
https://go.glideapps.com/support/fc80cd75-c946-4a0d-9810-b4864f66e369

Only glide staff can view support links, so it’s not useful to the rest of us users.

I have suspicions with how you are working with the date. It may not be splitting the way you think it is on the front end. Date formats are very regional and can change depending on a user’s browser and device settings.

Instead of a split column and two single value columns, replace those three columns with two math columns.

First math column like this:
YEAR(date)

Second math column like this:
MONTH(date)

Then put the math year and month together with your template column.

See if that works.

3 Likes

Hi Jeff,

Yes that worked, thank you!
Strange that the data is shown correctly in the data editor but not in the app tho.

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.