-
-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Placeholder for fields with space #139
Comments
Original comment by Yohan Boniface (BitBucket: yohanboniface, GitHub: yohanboniface): Humm, that's a limitation for now, and honnestly I'm not sure this will be doable, in the sense that this would create a bunch of side effects. I know that's not the answer you want, but is it an option for you to avoid spaces in the property names you want ot use in placeholders? |
Original comment by Andrea Borruso (BitBucket: aborruso, GitHub: aborruso): Hi @yohanboniface for my actual goal no, but it will be for the future. I'm using a gdrive form to collect data, and publishing it live using a gdrive API query via URL and publishing the output in CSV. As usual thank you |
Original comment by Andrea Borruso (BitBucket: aborruso, GitHub: aborruso): hi @yohanboniface I can change field names, also after I have used the form. Solved. Thank you |
Looks like a persistent issue: in this map I have a field named "ragione sociale" that works perfectly as advanced filter key but is not set in popup template, appearing as "{ragione sociale}". Advanced filter key is showed in data pane, so it would be nice avoiding field names as ragione_sociale or the awful ragione%20sociale. |
Originally reported by: Andrea Borruso (BitBucket: aborruso, GitHub: aborruso)
Hi,
I have a field name with a space inside "My places". If I use this placeholder {My places} for a popup, I have in the popup "{My places}" and not the value of that record.
What's the right syntax for a field name with a space inside?
Thank you very much
The text was updated successfully, but these errors were encountered: