Forum
How to Convert Euro To Dollar In Real Time?
Forum
Demo
Demo
Content
[Content] is a script (might be the body of a closure for IOL)
var query = "select * from yahoo.finance.xchange where pair in ('EURUSD')";

var yql = "";
yql += "https://query.yahooapis.com/v1/public/yql?q=";
yql += encodeURIComponent(query);
yql += "&format=xml";
yql += "&callback=?";
yql += "&env=store://datatables.org/alltableswithkeys";

$.getJSON(yql, function(data) {
  var results = data.results;
  var name = $("Name", results[0]).text();
  var rate = $("Rate", results[0]).text();
  var date = $("Date", results[0]).text();
  var time = $("Time", results[0]).text();
  var ask  = $("Ask",  results[0]).text();
  var bid  = $("Bid",  results[0]).text();

  $("#_fid_9").val(name);
  $("#_fid_10").val(rate);
  $("#_fid_11").val(date);
  $("#_fid_12").val(time);
  $("#_fid_13").val(ask);
  $("#_fid_14").val(bid);

  $("#_fid_9,#_fid_10,#_fid_11,#_fid_12,#_fid_13,#_fid_14").attr("readonly", "readonly");

  $("#_fid_6").on("keyup blur",function(event){
    $("#_fid_7").val(parseFloat($("#_fid_6").val()) * parseFloat(rate));
  });

});
Copy [Content] to Clipboard
Usage Notes
The code in this page is copyright by Dan Diebolt and may not be used without including my phone number (773-312-8131) and email address (dandiebolt@yahoo.com) in the footer of where you may want to use it.
Other & Flags
Yes  
Diebolt, Dan
Created on May  5, 2014 at 11:53 PM (CST). Last updated by Diebolt, Dan on Nov.  5, 2018 at 10:14 AM (CST). Owned by Diebolt, Dan.
Dan Diebolt
Dan Diebolt
Show fields from Show fields from Show fields from a related table
Report Name *
Description
Reports and Charts Panel
Each table has a panel listing its reports and charts, organized in groups.
Please wait while your new report is saved...
Field label
Column heading override
Justification
What does auto mean?
Fields in:

Fields to Extract:

Name for the new table:
Items in the new table are called:

When you bring additional fields into a conversion, Quickbase often finds inconsistencies. For example, say you're converting your Companies column into its own table. One company, Acme Corporation, has offices in New York, Dallas and Portland. So, when you add the City column to the conversion, Quickbase finds three different locations for Acme. A single value in the column you're converting can only match one value in any additional field. Quickbase needs you to clean up the extra cities before it can create your new table. To do so, you have one of two choices:

  • If you want to create three separate Acme records (Acme-New York, Acme-Dallas and Acme-Portland) click the Conform link at the top of the column.
  • If the dissimilar entries are mistakes (say Acme only has one office in New York and the other locations are data-entry errors) go back into your table and correct the inconsistencies—in this case, changing all locations to New York. Then try the conversion again.

Read more about converting a column into a table.

We're glad you're interested in doing more with Quickbase!

Now we need to make you official before you share apps or manage your account.

Verifying your email lets you share Quickbase with others in your company.

Your work email
Your company