I am working on app and I stuck with filtered data from spreadsheet.
Here is code how I add uniqe dates into spreadsheet FilteredDates in Sheet2 column ‘uniqedates’.
That works fine.
I connect dataviewer with same spreadsheet and sheet and all data are visible. That is good to.
Next step is problem. When user click on date in dateviewer it should parse date on next screen but it does not. I just got blank label.
Here is code.
I can get row id but can’t get value from column ‘uniqedates’. Label on next screen (or same screen just for attempt) is blank.
Does it in call refresh data but then how is row id visible. Maybe is problem with response time but I waited for few minutes and nothing show up.
Thanks for help.