Questions tagged [foundry-slate]

Questions related to development using Palantir Foundry's Slate application are appropriate for this tag.

Palantir Slate is an extensible WYSIWYG web-based application used to quickly create interactive visualizations of aggregate enterprise data.

69 questions
7
votes
1 answer

How is Workshop different from Slate in Foundry?

I see that there are Slate and Workshop in the Foundry platform. May I know real business cases where we can use Workshop and Slate? How are these different and where can these best fit? can anyone shed some light on this?
Ram D
  • 167
  • 1
  • 8
3
votes
0 answers

Slate library for writing phonograph2 queries

Is there a JavaScript library to write properly formatted Phonograph2 queries?
Julio
  • 401
  • 4
  • 14
3
votes
1 answer

Is there a size limitation on files imported via the “File Import” widget in Foundry's Slate?

As I did not find any helpful documentation on the File Import-Widget in Slate I would like to know if there is any limit regarding the size of the imported files? Or is it possible to upload files with an arbitrary size?
carpa_jo
  • 630
  • 6
  • 16
2
votes
1 answer

Foundry Slate - append new row using fusion query

I have slate dashboard which uses fusion sheet for backend data and fusion service api/fusion queries to retrieve data from fusion sheets. I want write data into fusion sheet with one of the column having array type of data. Does anyone knows how to…
2
votes
1 answer

How to find the list of valid arguments for phonograph aggregations?

Phonograph2 is based off ElasticSearch but has a few differences that can sometime throw the following error message: errorCode: INVALID_ARGUMENT errorName: Conjure:UnprocessableEntity How to find out the set of valid properties that can be used…
2
votes
3 answers

Slate - creating a TypeScript Function to filter and return an object with max property value

take a look at NEW RELATED QUESTION: I want to filter an object set to retrieve the largest number of a column. i do not know how to solve it. i try with max etc. But i think it is a skill problem. Here is my code so far: @Function() public…
Marco
  • 91
  • 4
2
votes
2 answers

Slate - Queries - Query on Query?

How can I create an query on an existing query? I tried multiple versions. SELECT * FROM {{q_....}} does not works
Marco
  • 91
  • 4
2
votes
2 answers

How to upload images or icons to use in Slate?

If Blueprint doesn't have a stock icon that is appropriate for my Slate design, how can I upload an image to Slate myself that will suit my design?
Mike
  • 21
  • 1
2
votes
1 answer

Foundry Sync Backing Dataset

How can we find the backing dataset for a table which is being queried by using Foundry Postgres SQL service in slate? Edit: We do have a way to find sync information from Details Tab in a dataset. I want to reverse enginner this. To find a way to…
DR_S
  • 77
  • 9
2
votes
1 answer

Is that possible to create a custom input widget in Foundry Slate?

I know how to use input widget in Slate but I have a use case where I need to create several inputs from an array. Maybe one, maybe more, let's say around 10 or 15. Is that possible to create a input and to catch the user entry just by using an HTML…
GDF_kuma
  • 95
  • 7
2
votes
2 answers

How can i prefield values in a multiselect box in FoundrySlate

I am generating values in runtime so after every reload the values in the multiselect box is getting blanked. I am taking the values from a function. so I want to prefield that multiselect value. How can we do that?
Sweta
  • 21
  • 1
2
votes
1 answer

Is it possible to define a handlebars inside another handlebars in Slate within Palantir-Foundry?

I want to draw a chart in foundry slate. I want to define x axis and y axis as follows: X = "{{fchart.{{w_widget.selectedValue}}}}" Y = "{{fchart.summation}}" I need to dynamically get the value of w_widget.selectedValue by defining it within…
2
votes
1 answer

How to import excel/csv with "File Import" widget in Foundry's Slate?

Context: For a data pipeline we need to ingest excel spreadsheets directly into foundry (arriving via email). In order to avoid any manual handling error, we'd like to build a small slate app that basically just uploads an excel sheet and…
Patrick
  • 61
  • 3
2
votes
1 answer

Is there a way to allow a Slate chart to scroll along the x axis?

I have a graph with an x-axis that has 53 categories, and the axis labels aren't showing up because they're too condensed. Is there a way to make the chart scroll so all my categories will fit?
Andrew St P
  • 524
  • 1
  • 5
  • 13
2
votes
2 answers

How do I create a printable Slate document?

Given that Slate documents by default do not appear when calling window.print() (or using the print/save as pdf option in chrome), and also that the optimal styling may differ when printed than when displayed in a web page, what are some good ways…
Adil B
  • 14,635
  • 11
  • 60
  • 78
1
2 3 4 5