Questions tagged [data-linking]
33 questions
1
vote
2 answers
JSViews template not updating when the underlying data changes
I'm having an issue with a JSViews template updating when the underlying data changes. It involves a span that is data-linked using a converter function to the underlying data. When the underlying data changes after an async call back to the server,…

Marco
- 105
- 10
1
vote
0 answers
AntiForgeryToken as HTML Form identifier
I have an idea of a solution for a problem and I want professional insight on it's pros and cons and suggestions
The problem:
I have a form and inside this form there will be form fields and an Asynch uploading tool that uses ajax to upload files to…

CME64
- 1,673
- 13
- 24
0
votes
1 answer
Data Link between two objects in JQuery
I just want to know how can i link two variables in jquery using .link() http://api.jquery.com/link/.
I have two variable var name; and var firstname; , i should link "name" to "firstname". If i made any changes to "name" means it should reflect in…

Amar
- 1,906
- 2
- 16
- 26
0
votes
1 answer
Textbox to XML & XML to Textbox
I have a program with a set of website links. These links could change at any time so I would like to be able to change the links during runtime and then save it to an XML file so when I close the program and open it again, it can load the settings…

Marshal
- 1,177
- 4
- 18
- 30
0
votes
1 answer
"An error occurred when creating the datalink channel: No such device (os error 19)"
I'm trying to make a Rust program running on our Debian 11 instances (created through OpenStack) and I encounter the same issue when running (as root)
./masscanned --iface ens3 --self-ip-list myIP --remote-ip-deny-file /root/ignored_ips --format…

Gilles Fournel
- 1
- 1
0
votes
0 answers
Any solution for automatic linking of tabled data from table values
We need to integrate and link a number of "tables" at hand, in csv, tsv, and excel file formats. They are partially related by field names and/or field values. A simple example would be
table1
id name City
xx namex NY
yy namey Houston
zz namez…

user2283347
- 670
- 8
- 12
0
votes
0 answers
MS Excel: data link connection to another workbook can't be updated: key didn't match rows
I have multiple data links/connections from an excel file to another excel workbook. However some of them don't work anymore. I can't delete them from the overview of queries. Can I somehow easily find where the queries or data connections that do…

babipsylon
- 325
- 2
- 12
0
votes
1 answer
Javascript : Access data-link attribute
https://151megapixel.co.nz/concrete5/index.php/gallery
I have a javascript generated slideshow using SmartPhoto (so I can get the zoom facility). However, I wish to make the data-caption a link through to another page. I cannot post the javascript…

Robbo
- 5
- 5
0
votes
1 answer
Need to change what excel named range an autocad datalink points to
I have a large amount of similar DWG files, each one has a table linked to excel via a data link. those tables change in each file and over time.
What i want to do is go to each DWG file and change the data link so it points to the apropiate named…

Carlos Raúl Gómez
- 61
- 1
- 6
0
votes
1 answer
Using both jQuery data linking and templates
I have used the jQuery template system and have looked at the data link stuff as well, but aside from a few posts on scottgu's blog, I haven't seen any material on using them together.
What I am trying to is bind a collection (from a JSON request)…

Erick T
- 7,009
- 9
- 50
- 85
0
votes
2 answers
Using Backbone.js and jquery.datalink.js
Is it possible to use Backbone.js and jquery.datalink.js together to link a Backbone model to a set of fields, and if so how?
For example, given:

Brian M. Hunt
- 81,008
- 74
- 230
- 343
0
votes
0 answers
fsWeights in RLBigDataLinkage in R
we are using RLBiggDataLinkage in R for linking two records
1. Master data (~1.6 million records)
2. target (~100k records)
Columns are
first name, last name, address, zip, unique id1, unique id 2
unique ids are not available for all records in…
0
votes
1 answer
How to Find Record Matches Using R's RecordLinkage package?
Am relatively new to data linkage in general and the R RecordLinkage package in particular. I have data like below:
require(RecordLinkage)
library(RCurl)
dss_member <- read.csv(text =…

Tumaini Kilimba
- 195
- 2
- 15
0
votes
1 answer
Changing the protocol of a url from C: to File:
Hi I am building an application that stores urls of files found in the usual windows directories using Java,files are located in the C-Drive. The program uses fileChooser to get the path of the file obtained then that path() is cast to a string and…

Samuel Owino
- 747
- 1
- 12
- 24
0
votes
1 answer
SQL: Link 2 data sources by Date
Newbie to this page. I need help with data linking in Microsoft SQL. I have two data tables both rather large data sets which I need to link somehow. My 1st data set shows the start and end date/time of a group and has a unique ID. The 2nd set does…

Mark
- 171
- 11