The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
I’m unable to reproduce Vega-Lite code, which works in other editors (example). In Airtable I just get an error message for the now() statement:
"scale": {"domain": [{"expr": "now()"}, "2021-09-09T00:00:00"]}
with error message: Incorrect type. Expec...
Hi all,
I would like to filter my records inside the vega-lite app to be independent from various views. Therefore I’m looking for a way to filter strings:
record: “ABCD”record: “ABKF”record: “APFK”
I want to visualise only records where the string s...
Hi there :slightly_smiling_face:
I want to copy certain fields of a record to another table.
Example:
table 1 has 3 fields with names: 1,2,3
table 2 has 4 fields with names: 1,3,4,5
When the script is run, all records of table 1 should be copied to...
Hi there :slightly_smiling_face:
I have a multiple select column (column A, not the primary key column) that includes values like:
Test A
Test B
Test, C
I use look up in another column to refer to column A. The output is:
Test A
Test B
“Test, C”
Ho...
Dear Bill, dear Justin,
thanks a lot for your feedback. I feel these questions are quite specific, so I really appreciate your feedback!
I will play around with the position of the layer statement and get back within the next few days.
Now you make me curious…
I observed that I can use ‘layer’ only, if I delete this line:
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
Does that make sense to you? Would you have a small example using layers, that works for you in the ...
Generally speaking, the Vega-Lite block can do that.
The Vega-Lite block might not use the lastest Vega-Lite version though. So there are some limitations.