Publish visualizations / dashboard - palantir-foundry

I am trying to work on a Pie Chart and want to display the count instead of percentage. Is there any option to do so or how can I do that?
Secondly, once its done, what is the process to publish the dashboard so that every one can access it?
As I am new to Foundry, any guidance or heads ups much appreciated.

Related

How do I automate tasks I do in google chrome

Please excuse me for the lame question.
My concern - I have to create a report downloading the data available in certain tools but before clicking on the download button, i have to choose few queue names(60 queues) out of 250 queues which are not in order. Its too irritating that I should keep scrolling and searching for the queues in the small drop down box checking the queue names which I want and the download. (time consuming as well)
I macros didn't work for me.
(These tools are intranet based tools)
This is my daily activity. Is there any way that i can make it automated through VBA or something ?
Thanks in advance !
If you need only simple macros you can use applications like "Simple Macro Recorder". It is free and simple. Selenium is best solution for you if you need get some conditions. Selenium give you full control.

Best way to stage website with storage

I am doing a bit of preliminary research before designing a webpage that will ultimately function as a log book for information (something like a linked list).
I would like to have this information stored somewhere online (like my github account etc) so that if I want scale my application and move to mobile apps, I will be able to draw from and manipulate the same set of data.
Is anyone familiar with doing something like this? Any tips would be appreciated!

Offline site/application to propagate a form

We are building an offline version of our online store.
This is for reps to take with them on a tablet when they are out. The reason it needs to be offline is because there will be no connection in a lot of the places and we aren't using tablets with 3/4g connectivity.We use Windows 8.1/RT based tablets.
Since php relies on a server and the tablets cannot be installed with xampp or the like, I have rebuilt the site using html and css.
So far this works and has some flexibility in it. The website is turned into an application using googles create application button in its tools (though technically it's not really an application). It has all the product info, pictures and videos the reps need. Another advantage to this is that the application and files are stored on a one drive cloud account shared to all the tablets. This way, I can update the app/website from my machine and have it up to date on all the reps machines. This current set up works for now but we are looking to add some more functionality.
What we want is a button on each product that will let a rep add an amount of that particular product to a quote form. Because each product sits on a different page, it can't be in the one page form. So as the rep is pressing the buttons on each product, they are getting stored somewhere. Then at the end, the rep can turn all those values into a word doc/pdf/excel by hitting a final submit button.
I have looked at web storage in html 5 but still not quite sure if I can get what I need using it.
Going through the explination here:
http://diveintohtml5.info/storage.html
looks like sites can store info but not sure how to turn this into a form or document at the end. This document is what the reps will email back to the head office.
Has anyone got any pointers on what I could do. Since the site/app has been created in html already, I would like to just build into the existing framework. Are there any other pieces of software that I could use? I do remember using spreadsheet converter to turn an excel file into a web form that exported a pdf but the form needs to be on a single page.
All help appreciated.
Thanks

Create Google document with pictures and descriptions

I am fairly new to Google Apps Script for something complex like this. I am attempting this small project to investigate and improve my understand of Google Apps Script. I have spent a lot of time off and on on this task. I feel like I'm approaching this task all wrong and I need a some guidance. BTW, the end user is my brother.
Overview:
The end user performs inspections and he takes pictures of issues that he discovered. I would like to create a Google Apps solution that will allow the end user to upload the pictures, make notations, then generate a PDF report to print/email. The solution would allow him to upload his pictures and make notations or provide descriptions.
Problems:
The pictures are high resolution pictures that can be about 5-6 Megabtyes each, but the final report usually does not need this high resolution of pictures. I think I would need to reduce the picture resolution to an appropriate level for the reports.
I would like the end user to be able to perform all the tasks within the custom Google Apps Script workflow solution without having to jump to this, that, or the other application (like using Picasa).
Would I create a UiApp to create a form to use for uploading the pictures and making notations?
Thanks for all the help. Just let me know if I need to provide any more clarification on my request.
Sincerely,
Have you seen this post where I suggest a complete workflow to handle image upload with automatic resize. You should only add a textArea widget to type the comments wich would be a good GAS practice exercise :-)
The post has a couple of links to online demo form , doc and spreadsheet, feel free to have a look, many people have already posted a lot of images of all kind !!
Following your comments - this script does not modify the original file, it would be possible to upload multiple files in one submission, Picasa is probably a good idea, have a look at this tuto to see how to integrate it in gas, have a look also to Romain Vialard and James Ferreira website (easy to find in a google search)

How to load and show images from google.images using AS3?

I'm investigating a if it's possible to do this, what I'd like to do is to retrieve the search from google images and show the result in AS3, first, is this even possible?, if so, do you have an idea how to achieve it?.
Thanks.
You can use the google custom search api.
You will get the result as a json stream or an atom feet. But you will be restricted to 100 search calls a day, unless you pay good money to the folks at google.