How to set data to a sencha touch table - sencha-touch-2

Now I have a container that show as a table ,when I set data to this component ,the table show "undefined",the table is configed by tpl, and in tpl ,i set table line'value by {[values.xxx]}, but I run the code ,and show undefined in table's line , is someone meet this trouble before? The trouble is killing me..

Related

How to add image to table cell and read the image's url value from database field in ssrs?

I am working on a ssrs report. I have a table and it is linked to a database query.
Query returns a field which includes image urls of every item.
For example:
ID Name URL
1 Line1 https://www.servername.com/images/a.jpg
2 Line2 https://www.servername.com/images/b.jpg
Then i add an image from toolbox to table's last cell. Then from Image Properties, i choose database, then i choose database field and MIME type then i click OK.
After i run the report, i see crosses instead of image. Why is it happening? How can i show the images properly?
Screenshot
Thanks.
when you set the source to database you are saying that the image is stored in the database. What you actually have stored is a link, so you need to use image source external and add the data field to the expression for the "use this image".
Select External - then in the dropdown for the "Use this Image" select the data field that has the url in it.
At run time it will pull the url from the database and show the image.
Regards,

Oracle Apex Data Load

After creating some pages using Apex 5.1's Data Load Wizard, would it be possible via the Page Designer to somewhere hack into the data and add in 2 extra column data. I am attempting to add the following columns (1) Updater (2) Update date/time. I was able to do the same thing with an Interactive Grid page by adding PL/SQL code to the 'Save' Page Processing section but could not do the same for the Data Load Pages.
I have a five attribute table, 2 of which (Updater, Update date/time) are hidden to the APEX app user.
One option is to use a Data Load Transformation Rule. You can add this by editing the Data Load Definition via Shared Components. You specify the column, and you can specify a Rule Type of PLSQL Expression and set the expression to whatever you want, e.g. SYSDATE.
Another option is to add a trigger to the table to set those columns.

Cannot view or delete a table in BigQuery when it is named/saved as "test"

I have created a query destination table that resulted in this message even though I saved the results of a query, and did not import data using the automatic schema detection feature.
I named the table "test".
"The schema for this table was automatically detected. If the schema
was not correctly detected, you can re-run the load job with an
adjusted schema. Dismiss."
The table is displayed in the dataset, but when I try to access it the error message displays and there is no data present:
Unable to find table: [removed]:[removed].test Dismiss
Also, when I try to delete it via the web UI nothing happens, and the network request in the browser returns a 404.
Why can I not view or delete this table?

Updating View in .edmx does not show the added additional Column

I have made changes in View i.e Added one more column to it in DB and i want to take the Update of .edmx by following the procedure such as
1.Going into Modal Browser and Deleting it and taking the Update from Update wizard and it shows the same View but with no presence of the added Column in DB
2.Refreshing the particular View from the second tab provided in Update wizard
But still not getting the new Column in the view.
I have the same Problem .But I added Updated Column In Model Manually.
e.g. added MediCharges In My Database.then i added Model also. and i will get intellicense updated.
hope it well work for those who got same error .

BigQuery Table Not Found using the browser tool

I am using the Browser Tool to create a simple dataset with just 1 table with the following schema:
data:integer,count:integer
I am uploading the data using a comma separated csv file.
When I proceed to create the table I can see the new dataset and table in the left side column and next to Job History I see 1 running.
Nothing happens for a long time, even with a small csv file. When I click on the newly created table I get the error Table Not Found
When I refresh the page everything is gone, the dataset and the table.
This looks like some kind of bug, but as I am new with BigQuery I want to make sure I am not doing anything wrong.
If this is a bug, how can I skip it in order to be able to actually create a dataset with a table?
Any tip in the right direction will be much appreciated
If you look at the job history (in the top left corner), you should be able to see the load job that you ran. If it failed, it will show an error.
My assumption is that you ended up running this yesterday when our load jobs were temporarily backed up. When you run a load job, the UI shows a table placeholder, but the table won't actually exist until the load completes. That is why when you clicked on the table it showed as 'not found' since it hadn't really been created yet. That is also why it didn't show up when you reloaded.
We're in the process of increasing capacity by an order of magnitude, so that should be less likely to happen again.
If you do have jobs that failed that you think should have succeeded, please send the job ID and we can investigate.