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
0
votes
1 answer

How do I prevent a Slate query from running automatically when the Slate document loads?

I have a query and I only want it to run when I click on a button, but not before. How do I control this?
Andrew St P
  • 524
  • 1
  • 5
  • 13
0
votes
1 answer

In Foundry Slate, how do I dynamically index into an array or object using handlebars?

In Foundry's Slate application, I'd like to index into an array or other object based upon some seletion in another widget -- say, choosing a column from a dropdown. How can I accomplish something like this?
Adil B
  • 14,635
  • 11
  • 60
  • 78
0
votes
1 answer

Remove / hide “Action” button from Slate Homepage

We’re deploying a new slate landing page on our stack. There’s an action button that seems to be showing up for everyone in the top right of the page. Any way to either get rid of it or only show it for users of a particular given group? Thanks!
Andrew St P
  • 524
  • 1
  • 5
  • 13
0
votes
1 answer

How do I customize the header and title of an Excel sheet generated by a Foundry Slate export button?

I'm using an Export button to create an Excel spreadsheet with the results of a Foundry Slate query, but I'd like the name of the resulting file to be something other than "q_myQuery.xlsx". How can I customize the filename and column headers of the…
Adil B
  • 14,635
  • 11
  • 60
  • 78
0
votes
1 answer

Why does my Slate query work in edit mode but not consumer mode?

When I view my Slate document in edit mode, everything looks fine, but in consumer mode, no data is showing up in the widgets. I determined that the queries work in edit mode but not in consumer mode - what would cause this?
Andrew St P
  • 524
  • 1
  • 5
  • 13
0
votes
1 answer

How do I change the return format of Slate queries from column to row?

The results of my query look like: { col1: [values], col2: [values] } Is there a way to get my query to return as a list of rows objects?
Andrew St P
  • 524
  • 1
  • 5
  • 13
0
votes
1 answer

How can I hide widgets in a Slate document?

In Slate, I want to be able to toggle and show/hide widgets on a page (i.e. Containers widgets full of widgets or specific widgets based on a user interaction like clicking a toggle). It's unclear to me how to do this. Is it possible with CSS? Also,…
Adil B
  • 14,635
  • 11
  • 60
  • 78
0
votes
1 answer

How do I prevent a query from running automatically when the Slate document loads?

I have a Slate query and I only want it to run when I click on a button, but not before. How do I control this?
Adil B
  • 14,635
  • 11
  • 60
  • 78
-1
votes
1 answer

Can I copy a Slate doc?

There's a slate doc that does almost everything I want to do, but I want to make a copy so that I can make some edits without messing up the original. Is there a way to copy a slate doc?
Andrew St P
  • 524
  • 1
  • 5
  • 13
1 2 3 4
5