Hi AppSheet Community,
I am building a commodity tracking app (First help) and have run into a strange issue where my app editor appears to be missing several standard functions and UI options. I qm hoping someone can help me understand why this might be happening.
My Goal:
-
Create a bar chart that shows a count of commodity re-order, grouped by month.
-
Create a “Send Email” quick action with a properly formatted, multi-line email body.
Summary of the Problem: Fundamental UI options like Group by and Sort by are consistently missing from the chart and slice configuration screens. Furthermore, the standard CHAR() text function is not found by the expression editor, which is preventing me from creating a multi-line mailto: link.
Troubleshooting Steps Taken:
I have been working to debug this for a while and have tried the following without success:
1. For the Monthly Chart:
-
Tried using a
col serieschart, but theGroup byoption is not visible in the view settings. -
Tried using a
Histogramchart, but theColumn Groupingoption does not appear, even when the column type is correctly set toDate. -
Created a virtual column to format the date as text (
YYYY-MM), but theSort byoption is missing in theHistogramsettings, so the months appear out of order. -
Attempted to pre-sort the data by creating a Slice, but the
Sort byoption is also missing from the Slice configuration screen.
2. For the “Send Email” Action:
-
Tried creating a multi-line string in the
Email Body, but this gives an “Unterminated string” error. -
Tried using
\nfor newlines, but this creates a broken URL with%5Cn. -
Tried using
"%0D%0A", but this results in a double-encoded URL with%250D%250A. -
Tried using the standard
CHAR(10)function to create a newline, but the editor returns the error: “Unable to find function ‘CHAR’, did you mean ‘YEAR’?”
My Questions:
-
Can anyone help me understand why these fundamental features might be missing from my app editor?
-
Is this related to a specific account type, a known bug, or something else in my app’s configuration?
-
What steps can I take to restore this standard functionality?
Any help or insight would be greatly appreciated. Thank you!
