In ADF, PDF download for pivot table - pivot-table

In ADF, When clicking one button on JSF page. I need pdf download for pivot table in jsf page?
I can Download normal table, but i need pivot table PDF download?

using Jasper iReport (cross table). You can download PDF pivot table.
References: http://sameh-nassar.blogspot.in/2012/12/using-jasper-report-in-adf-application.html

As far as I know ADF default tool 'export collection listener' can only export to Excel:
https://docs.oracle.com/cd/E17904_01/web.1111/b31973/dv_crosstab.htm#ADFUI11478
To import to PDF you should use any Java-to-PDF library and fill the data programmatically, or try to access data right from component, which is not a good practice.

Related

How can I recreate this custom image download feature?

A friend of mine has this feature on their site that I'm looking to recreate.
A URL is sent to the recipient, who can select the images they want and download them easily.
What would be the easiest way to recreate this?
https://ofafashion.co.uk/albums/p0Tu4b/digigirls-instagramready/8bf9b327314b89417af7798774a4bebcd1881b0f
You could have an useState storing the selected images ids and a function to download those images in an archive (using, for example, jszip)

Duplicate a Superset dashboard, then replace its dataset source at once?

I am using Superset for data visualisation and I'm used to upload a csv file for each dataset I need. My issue is when I want to duplicate a dashboard and replace the datasource only for the copied dashboard. In practice I export the dashboard that I want to copy, then import it, and change the dataset for each graph of the dashboard. This task can be quite time-consuming and I would like to know if there is any way to change the dataset source in the duplicated dashboard for all its graphs at once?
You can also just open the existing Dashboard and then Save As. This provides an option to also duplicate the underlying Charts (or not). See: https://github.com/apache/superset/issues/4963
Dashboards are exported as a zipped archive of yaml files. You could use a text editor to find-and-replace the dataset id in the exported files before importing.

How to copy a microsoft silverlight table from my browser?

I browse a password protected internet page for my work. I need to copy a table from the page and paste it into Excel. The table is displayed using microsoft silverlight 5. I've tried all the simple ways of copying the data (ctrl-c, right clicking) without luck. Is there anyway for me to export the table to excel?

Joomla 1.7 where are image paths stored for articles?

I've been tasked to migrate a Joomla 1.7 site to Drupal, which is going fairly well, except that I can't find where Joomla stores image paths for articles in the database. In the jos_articles table I have the following columns:
id
title
subtitle
cat
atype
theme
topics
intro
description
geography
source
author
extraauthors
published
featured
created_date
publish_date
unpublish_date
modified_date
hits
Any ideas?
EDIT: figured it out - the template automatically looks for [article-id].jpg, which means they aren't stored in the database at all!!!
Nothing to see here folks...
Joomla keeps information from the articles and pages that you create in two places. First of all, the text of the articles are keep as records in a database. All Joomla sites use a database to keep a lot of the information that helps manager the site, and your articles (and links, and contact items, etc.) are in that database. Generally, the database is provided by a database called mySQL that is provided as part of your web hosting service. Joomla manages getting articles in and out of this for you automatically.
So, you will not find a “file” on your website that contains the text of your articles. It is stored away in the Joomla mySQL database.
Now, photos, icons, graphics, and things like that are not stored in the database. They are actually stored as files in the file system of your Joomla installation.
Check this Article:
http://welcometojoomla.com/how-do-i-articles/34-site-management/76-where-does-joomla-keep-the-articles
By reading below article you will get the answer.
Does joomla store article/ modules text and image path in database?
Where does Joomla store article images?
Where does Joomla keep the articles?
In Joomla 1.7 the Article image urls are stored inside the #__content table
It was saving image url inside the introtext column with the article content. The images are from different location like images/banners/ or from any folder that access from media manager.
Hope its helps.

creating a custom database in adobe business catalyst?

I want to create a custom database within Adobe Business Catalyst. I have an Excel Spreadsheet with 1000's of rows of data that I want to upload.
Does anyone know how I can do this or where I can find instructions on how to do this as I cant seem to find anything anywhere???
What you need to use is the Web Apps module. You haven't told us what you want to do with this data but I assume that you simply want to render it on the page. Web apps will allow you to crate a custom field for every column in your spreadsheet and import that spreadsheet into it. It has a list view which creates an automatic link to a detail view. See the following link for more info -
http://kb.worldsecuresystems.com/kb/add-custom-content-using-web.html

Resources