Hello,
I have an expression that pulls the information from a child table, The info i'm getting is the MIN Time for a collumn and the MAX time for another collumn :
CONCATENATE(
MIN(SELECT(Route[Route_TimeUp], [RDV ID] = [_THISROW].[RDV ID]))," - ",
MAX(SELECT(Route[Route_TimeDown], [RDV ID] = [_THISROW].[RDV ID]))
)
This expression was working flawlessly but lately a user pointed to me that it displays incorrectly, it's very weird too because during each re-sync, I get new data, wrong data I might add. In the editor, if I inspect the expression, every single one I check is correct. So I'm at a loss now, AppSheet bug ??
Let me know if you can help !
PS I should add that I have a LOT of data in both the parent table and in the child one, I don't think it should be a problem as the SELECT() expression narrows it down quite well
Likely related to the problem reported here. Please contact AppSheet Support for help with this.
User | Count |
---|---|
15 | |
11 | |
11 | |
8 | |
3 |