Oracle BIEE Custom Text Format

Source: Internet
Author: User

Oracle BIEE uses a custom text format for the columns in the report, where you can fill in the HTML code. Assuming that the report is shown on the right, the following are examples of country IDs:

1. Pass the value of the country ID column to the Countryid parameter in the link URL, and the result is that the AD is linked to Http://localhost/map/asia.asp?country=AD with the following code:

1 @[html]"<a href=" Http://localhost/map/[email protected] "target=" _blank " > "@" </a> "

where [email protected] represents this column value.

2. Pass the value of the country ID column to the email address, where the difference between @ and "@" is noted, in the result the @ is the parameter value, "@" is displayed as @, and the result is AD, the code is as follows:

1 @[html]

  Note: The front of the @ can be removed.

3. The above method can be extended to some other effects, some of which are BIEE code rules, summarized in the following 2 articles:

(1). A semicolon between multiple styles in a style that needs to be wrapped in double quotation marks or ";", with no spaces between the styles, and if there are multiple functions in the onclick function, the semicolon is enclosed in double quotation marks.

(2). js function in order to call the column value as a parameter, you need to enclose the single quotation mark, that is, ' @ '; if the @ symbol is displayed, then ' @ ' or ' @ ' is available.

1 [html]

  Note: This is the only method that can be used to pass parameters to the JS function.

Oracle BIEE Custom Text Format

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.