Questions on the reports

Hello

I have two questions when creating reports in a page.
(1) I use pairs model of attribute value to display the data. However, is it possible to change the template like
col1 value1 value2 col2
COL3 value3 value4 col4
...?

(2) is it possible to put multiple reports in a form region?
I have 6 reports on a single page. I want to consolidate
for example:
Heading1
report 1
report 2
report 3

Title 2
report 4
report 5
Report 6

Your help is very appreciated.

Hello

This is not my site (it's Kubecik Dene), so I have more details. If I understand correctly, the principles are:

For a normal page: you create a region for each report and each region uses the model of the selected region. The region includes the entire structure, including the title and the formatting (for example, borders), for a region. Within the definition of the region is #BODY # which is where the report itself is created. Each region is then placed in one of the positions available region and each position of the region lies on template page using the #REGION_POSITION_01 # etc - and each of them can appear only once. When the page runs, each report in a position in the region is generated, but since each report uses a model of region complete, each of them receives its own title and borders etc.

For your page: you want to view several reports in the same region, most of tags used in the model of the region are only required once a region rather than once per report - therefore, they must be removed from the template on the template of the page itself and the region. You must put your reports in two posts in the region, the tags should surround the two #REGION_POSITION_nn # that you want to use. Thus, you are then set folds/formatting the positions of the region rather than the regions themselves. Area of your report model should only include the #BODY # and any tag keep each separated from the other report. When the page runs, the position of the region Gets the title and border and reports are simple tables in there.

You did not say what theme you are using, but here is an example of an application of theme 12:

1. create a copy of the reports area model and change:

<table class="t12ReportsRegion" id="#REGION_ID#" summary="" #REGION_ATTRIBUTES#>
 <tr>
  <td class="t12Header">#TITLE#</td>
 </tr>
 <tr>
  <td class="t12ButtonHolder">#CLOSE#   #PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#</td>
 </tr>
 <tr>
  <td class="t12Body">#BODY#</td>
 </tr>
</table>

TO

<table>
 <tr>
  <td class="t12Body">#BODY#</td>
 </tr>
</table>

This will just display the reports themselves in individual tables. The rest of the tags, including the region of style are not necessary here, but are required on the page template instead.

2 create a copy of the page template that you are using (here I use the level one tab page)

3 - Replace the current defintion of body with the following text:

<table class="t12PageBody" cellpadding="0" cellspacing="0" width="100%" summary="">
  <tr>
    <td colspan="2" class="t12ApplicationLogo">
      <table width="100%" border="0" cellpadding="0" cellspacing="0" summary="">
        <tr>
          <td>#LOGO##REGION_POSITION_06#</td>
          <td width="100%">#REGION_POSITION_07#<br /></td>
          <td>#REGION_POSITION_08#</td>
        </tr>
      </table>
    </td>
  </tr>
  <tr>
    <td class="t12UserName">&APP_USER. <span class="t12NavBar">#NAVIGATION_BAR#</span></td>
    <td align="right" valign="bottom">
      <table cellpadding="0" cellspacing="0" summary="">
        <tr>#TAB_CELLS#</tr>
      </table>
    </td>
  </tr>
  <tr>
    <td colspan="2" class="t12VerticalBar"><img src="#IMAGE_PREFIX#themes/theme_12/ParentTabBase.gif" alt="" /></td>
  </tr>
  <tr>
    <td colspan="2">#REGION_POSITION_01#</td>
  </tr>
</table>
<table class="t12ReportsRegion" width="100%" summary="" style="border:1px solid blue;">
  <tr>
   <td class="t12Header">The First Heading goes here</td>
  </tr>
  <tr>
   <td class="t12Body" style="vertical-align:top;">#REGION_POSITION_03#</td>
  </tr>
</table>
<table class="t12ReportsRegion" width="100%" summary="" style="border:1px solid blue;">
  <tr>
   <td class="t12Header">The Second Heading goes here</td>
  </tr>
  <tr>
   <td class="t12Body" style="vertical-align:top;">#REGION_POSITION_04#</td>
  </tr>
</table>
<table>
 <tr>
  <td class="t12ContentBody" valign="top"><div class="t12Messages">#GLOBAL_NOTIFICATION##SUCCESS_MESSAGE##NOTIFICATION_MESSAGE#</div>#BOX_BODY#</td>
 </tr>
</table>

You will notice that REGION_POSITION_03 and REGION_POSITION_04 are now placed in the tags that were the main part of the definition of region model. Also note that the #... items # go to the model of the region have been eliminated or replaced by the fixed text (that is to say, the title has been hardcoded here).

Now, on your page, set the first set of reports to be "Position 3 in the region" and the second set in ' region 4 "and rotate your page."

Andy

Tags: Database

Similar Questions

  • General question: all the reports in the system property

    We question if or not reporting collection system is the best way to work.

    The way our system is built, it's that all discoverer reports are divided into groups of about 10. Then, each group is also the owner of these reports. If a group is the GL reports then the owner would be GL.

    If I want to change the report then I enter as GL so the owner remains the same and there is no problem if I happen to not be here. In general, there is only one person who works with discoverer reports. However, if I want to know which updated the reports until I came, or if someone, for whatever reason and however unlikely, decided to enter as a GL and a declaration of change, we will never know because it is always listed as GL has finally touched the report.

    How do others with their reports work? Suggestions as to how we can know who has actually updated the reports?

    Thank you.
    Leah

    Hi LEA
    I just had a thought. If who's changed a report in the past ran the report too then, as long as you capture statistics and you have not served the table of statistics, there is a record of who was the owner at the time the report was run, and who ran.

    The table is called EUl5_QPP_STATS. Take a peek inside. He can have anything you want.

    Best wishes
    Michael

  • quick question on the reporting of the script

    Hello

    any difference between these 2 formats of declaration?

    to connect-viserver vc

    Get-VMHost | % {

    $vmhost = $_

    $Report = "" | Select the host name, version, powerstate, OSVersion

    $Report.Hostname = $vmhost. Name

    $Report.version = $vmhost. Config.Product.version

    $Report.powerstate = $vmhost. Runtime.PowerState

    $Report.OSversion = $vmhost. Config.Product.FullName

    }

    $HostReport

    ----------------------------------------------------------------------------------------

    to connect-viserver vc

    $HostReport = @)

    Get-vmhost | Get - views | %{

    $vmhost = $_

    $Report = "" | Select the host name, version, powerstate, OSVersion

    $Report.Hostname = $vmhost. Name

    $Report.version = $vmhost. Config.Product.version

    $Report.powerstate = $vmhost. Runtime.PowerState

    $Report.OSversion = $vmhost. Config.Product.FullName

    $HostReport += $Report

    }

    $HostReport

    Why set a table empty on the second for?

    I think I have answered as before.

    See "because you want to use the addition (+=)" a line in the report table.".

    If you don't declare the table, adding the object $Report to the variable $HostReport would not work.

    Define $HostReport as a [table] includes the addition of an object in the table.

  • Question about the reports and data of rollups

    We followed in place that I need to create monthly reports. There is a custom agent that collects two key all measures that can be used to define a percentage of system availability. They check essentially two types of errors that may occur together or individually. I have not really used reports in Foglight but has spent a good amount of time to play with them today. The main problem/issue I have at this point is how to deal with the accumulation of data. Our retention policy performs three stacks of separate data in a month, how can you effectively report on these data rolled upward?

    Example: one of the agents simply return a 0 if the system is ok and 1 if it finds the error. In the end, we just need to know how many times that 1 has been returned in a month. How would one accomplish? If the sum is for example, 40 for a total of 4 hours is that it means that he met the 40 times error? The frequency of the agent is set to 60 seconds, so that would mean 40 minutes of time error...?

    The other control agent returns specific error codes and not a simple binary value. If the above example or the question is trivial I still don't know how to deal with this one...

    Most likely, you can use the value of the sum for the metric, just as you might have guessed.  Because the value is 0 or 1, the amount will be the total of the values for the time period.  There are also a number of samples, which should / could be higher because there might be 0.

  • Questions about the report in the format

    I created a table of presentation, project Metrics median days, with the following columns:

    Final Protocol of FPFV days
    Synopsis of Final days Protocol

    (there are up to 13 settings)

    These measures have links with the W_DAY_D and Tagert days dimension tables.

    so I can create reports such as:
    Metric Name(of Target Days)      Target Days (of Target Days)      Actual_End Date Quarter(of W_DAY_D)       Synopsis to Final Protocol  Median Days        Final Protocol to FPFV Median Days
    with filter Actual_End Date quarter = '2010 Q 2'.

    This will give me report as:
    Metric Name                                   Target Days                       Actual_End Date Quarter                      Synopsis to Final Protocol  Median Days                   Final Protocol to FPFV Median Days
    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------        
    Synopsis to Final Protocol                  42                                   2010 Q 2                                                   205               
    Final Protocol to FPFV                      140                                  2010 Q 2                                                                                                                                  54
    ...
    But I really need to report in the form:
    Metric Name                                   Target Days                       Actual_End Date Quarter                     Actual  Median Days         Year-To-Date Median Days       
    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    Synopsis to Final Protocol                  42                                   2010 Q 2                                              205                           45
    Final Protocol to FPFV                      140                                  2010 Q 2                                              54                            160
    ...
    How can I do to move the data from multiple columns in a column and create median Year-To-Date data on the same report?

    Thank you

    Th

    Hey Th,

    Your question

    http://img412.imageshack.us/img412/4141/pic112.jpg

    Need to get Qty #1, and the amount that the lines

    Take 'measures of labels' in the section lines section columns

    http://img690.imageshack.us/img690/292/pic1121.jpg

    are you looking for this?

    Thank you
    Saichand.v

  • A question about the report statpack

    Hello

    I would like to know what is per second and per Transaction in the statspack report.

    STATSPACK - load profile

    Load per second per Transaction profile
    ------------- ---------------
    Size: 1,409,245.79 36,596.21

    Thank you

    You're talking about in this section:

    Load per second per Transaction profile
    ~~~~~~~~~~~~ --------------- ---------------
    Size: 5,182,240.85 4,559.71
    Logical reads: 113,130.04 99.54
    Block changes: 21.07 23 949,24
    Physical reads: 30.79 0.03
    Physical writings: 876,68 0.77
    The user calls: 22,73 25 832,19
    Analysis: 1,579.15 1.39
    Hard analysis: 0.01 0.00
    Sorts: 537,52 0,47
    Logons: 9.31 0.01
    Runs: 20.17 22 923,99

    If you are, it's the amount of redo data generated per second and the amount of redo data generated by transaction.

    Oded
    [www.dbsnaps.com]

    Published by: Oded Raz on December 14, 2009 11:21

  • Yes, another question regarding the freezing of Safari - EtreCheck report included

    Yes, another question regarding the freezing of Safari.

    From a little over a month (I think), Safari started freezing regularly whenever I want to open new tabs or switch between tabs. I found myself to leave the program several times per day / hour. I can't identify any specific common cause (other than my MacBook being old) or any new software or updates that might have initiated the question. At first I thought he might have many tabs, I tried to open, but recently it happens even with only a few tabs open.

    I worked through the steps I found in this forum and others: empty the cache, start in safe mode, etc nothing works.

    Based on the previous suggestions, I have downloaded and run EntreReport which I included below. The note and maybe just a distraction, but EntreReport has crashed three times tonight, before he was able to produce the sub report. I ran the report after restarting my system with no other programs running.

    Suggestions are welcome at this stage because I want to start using Chrome or Firefox because I like the transfer procedure between my devices.

    Thank you in advance.

    Ben

    -----------

    EtreCheck version: 2.9.11 (264)

    Report generated 2016-04-28 22:48:58

    Download EtreCheck from https://etrecheck.com

    Time 05:45

    Performance: Below average

    Click the [Support] links to help with non-Apple products.

    Click [details] for more information on this line.

    Click on the link [check files] help with unknown files.

    Problem: Apps are broken

    Description:

    Safari freeze when opening new tabs / switching between the tabs.

    Hardware Information:

    MacBook Pro (15-inch, mid 2009)

    [Data sheet] - [User Guide] - [warranty & Service]

    MacBook Pro - model: MacBookPro5, 3

    1 2.66 GHz Intel Core 2 Duo CPU: 2 strands

    4 GB of RAM expandable - [Instructions]

    BANK 0/DIMM0

    OK 2 GB DDR3 1067 MHz

    BANK 1/DIMM0

    OK 2 GB DDR3 1067 MHz

    Bluetooth: Old - transfer/Airdrop2 not supported

    Wireless: en1: 802.11 a/b/g/n

    Battery: Health = battery check - Cycle count = 389

    Video information:

    NVIDIA GeForce 9400M - VRAM: 256 MB

    Color LCD 1440 x 900

    NVIDIA GeForce 9600M GT - VRAM: 256 MB

    Software:

    OS X El Capitan 10.11.4 (15E65) - since startup time: less than an hour

    Disc information:

    FUJITSU MJA2320BH FFS G1 disk0: (320,07 GB) (rotation)

    EFI (disk0s1) < not mounted >: 210 MB

    Macintosh HD (disk0s2) /: 319,21 go-go (54,93 free)

    Recovery HD (disk0s3) < not mounted > [recovery]: 650 MB

    HL-DT-ST DVD - RW GS23N)

    USB information:

    Built-in ISight from Apple Inc..

    Card reader Apple

    Apple Inc. BRCM2046 hub.

    Apple Inc. Bluetooth USB host controller.

    Apple Inc. Apple keyboard / Trackpad

    Computer, Inc. Apple IR receiver.

    Guardian:

    Mac App Store and identified developers

    Unknown files:

    ~/Library/LaunchAgents/com. GoodShop.updater.plist

    ~/Library/application support/GoodShop/updater

    A unknown file found. [Check files]

    Kernel extensions:

    / Library/Application Support/Symantec/virus

    [no charge] com.symantec.kext.SymAPComm (11.1.2f17 - 2015-05-23) [Support]

    / Library/Extensions

    [no charge] expressvpn.tap (20150118 - 2016-04-12) [Support]

    [loading] expressvpn.tun (20150118 - 2016-04-12) [Support]

    / System/Library/Extensions

    [no charge] com.DYMO.usbprinterclassdriver.kext (1.1 - SDK 10.9-2016-04-12) [Support]

    com.Silex.driver.sxuptp [no charge] (1.5.1 - 2016-04-12) [Support]

    com.symantec.kext.internetSecurity [no charge] (1.3.2 - 2016-04-12) [Support]

    com.Symantec.kext.IPS [no charge] (3.2 - 2016-04-12) [Support]

    Startup items:

    CMA: path: / Library/StartupItems/cma

    RosettaStoneLtdDaemon: Path: / Library/StartupItems/RosettaStoneLtdDaemon

    Startup items are obsolete in OS X Yosemite

    Launch system officers:

    [loaded] 8 tasks Apple

    [loading] 165 tasks Apple

    [operation] 65 tasks Apple

    Launch system demons:

    [loaded] 45 tasks Apple

    [loading] 161 tasks Apple

    [operation] 83 tasks Apple

    Launch officers:

    [no charge] com.adobe.AAM.Updater - 1.0.plist (2016-04-28) [Support]

    [failure] com.adobe.ARMDCHelper.cc24aef4a1b90ed56a... plist (2015-10-31) [Support]

    [operation] com.epson.Epson_Low_Ink_Reminder.launcher.plist (2015-01-19) [Support]

    [loading] com.epson.esua.launcher.plist (2015-06-29) [Support]

    [operation] com.epson.eventmanager.agent.plist (2014-09-21) [Support]

    [loading] com.google.keystone.agent.plist (2016-03-01) [Support]

    [operation] com.mcafee.menulet.plist (2016-03-23) [Support]

    [operation] com.mcafee.reporter.plist (2016-03-23) [Support]

    [loading] com.oracle.java.Java - Updater.plist (2013-11-14) [Support]

    [operation] com.symantec.uiagent.application.plist (2010-11-16) [Support]

    [operation] com.trusteer.rapport.rapportd.plist (2016-03-19) [Support]

    Launch demons:

    [loading] com.adobe.ARMDC.Communicator.plist (2015-10-31) [Support]

    [loading] com.adobe.ARMDC.SMJobBlessHelper.plist (2015-10-31) [Support]

    [loading] com.adobe.fpsaud.plist (2016-04-15) [Support]

    com.DYMO.pnpd.plist [no charge] (2014-10-16) [Support]

    [loading] com.expressvpn.tap.plist (2016-01-27) [Support]

    [loading] com.expressvpn.tun.plist (2016-01-27) [Support]

    [loading] com.google.keystone.daemon.plist (2016-03-01) [Support]

    [loading] com.macpaw.CleanMyMac3.Agent.plist (2016-04-18) [Support]

    [operation] com.mcafee.cspd.plist (2015-05-08) [Support]

    com.mcafee.ssm.ScanFactory.plist [no charge] (2016-03-16) [Support]

    com.mcafee.ssm.ScanManager.plist [no charge] (2016-03-16) [Support]

    [operation] com.mcafee.virusscan.fmpd.plist (2016-03-22) [Support]

    [loading] com.microsoft.office.licensing.helper.plist (2010-08-25) [Support]

    [loading] com.oracle.java.Helper - Tool.plist (2013-11-14) [Support]

    [loading] com.symantec.MissedTasks.plist (2009-11-10) [Support]

    [loading] com.symantec.Sched501 - 1.plist (2014-08-27) [Support]

    [loading] com.symantec.Sched501 - 4.plist (2015-01-08) [Support]

    [loading] com.symantec.Sched501 - 5.plist (2015-01-08) [Support]

    [loading] com.symantec.avscandaemon.plist (2009-10-10) [Support]

    [operation] com.symantec.diskMountNotify.plist (2009-09-14) [Support]

    [loading] com.symantec.navapd.plist (2009-09-14) [Support]

    [loading] com.symantec.navapdaemonsl.plist (2009-11-14) [Support]

    [operation] com.symantec.sharedsettings.plist (2009-07-22) [Support]

    [operation] com.symantec.symSchedDaemon.plist (2009-11-10) [Support]

    [operation] com.symantec.symdaemon.plist (2009-03-27) [Support]

    [operation] com.trusteer.rooks.rooksd.plist (2016-03-19) [Support]

    User launch officers:

    com [running]. GoodShop.updater.plist (2013-09-24) [Support]

    [loading] com.adobe.AAM.Updater - 1.0.plist (2015-10-25) [Support]

    [failure] com.facebook.videochat. [entrenched passage] .plist (2014-08-09) [Support]

    [loading] com.macpaw.CleanMyMac3.Scheduler.plist (2016-04-25) [Support]

    Items in user login:

    iTunesHelper Application (/ Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)

    Application of Google Reader (Google Drive.app/Applications /)

    Dropbox application (/ Applications/Dropbox.app)

    ExpressVPN application (/ Applications/ExpressVPN.app)

    CleanMyMac 3 Menu Application (/ Applications/CleanMyMac 4.app/Contents/MacOS/CleanMyMac 3 Menu.app)

    Other applications:

    [ongoing] com.DYMO.pnpd

    [ongoing] com.getdropbox.dropbox.83552

    [ongoing] com.google.GoogleDrive.81632

    [ongoing] com.macpaw.CleanMyMac3.Menu.80672

    [ongoing] com.mcafee.ssm.ScanManager

    [ongoing] com.mcafee.virusscan.ssm.ScanFactory

    [loading] 420 tasks Apple

    [operation] 193 tasks Apple

    Plug-ins Internet:

    o1dbrowserplugin: 5.41.3.0 - 10.8 SDK (2015-12-16) [Support]

    Default browser: 601 - SDK 10.11 (2016-04-18)

    Flip4Mac WMV Plugin: 2.4.4.2 (2012-12-25) [Support]

    DYMO Safari Addin: Unknown - SDK 10.9 (2014-10-26) [Support]

    AdobePDFViewerNPAPI: 15.010.20060 - SDK 10.8 (2016-03-11) [Support]

    FlashPlayer - 10.6: 21.0.0.226 - SDK 10.6 (2016-04-25) [Support]

    Silverlight: 5.1.30514.0 - SDK 10.6 (2015-09-16) [Support]

    QuickTime Plugin: 7.7.3 (2016-04-12)

    Flash Player: 21.0.0.226 - SDK 10.6 (2016-04-25) [Support]

    googletalkbrowserplugin: 5.41.3.0 - 10.8 SDK (2015-12-11) [Support]

    iPhotoPhotocast: 7.0 (2010-11-15)

    AdobePDFViewer: 15.010.20060 - SDK 10.8 (2016-03-11) [Support]

    SharePointBrowserPlugin: 14.3.0 - SDK 10.6 (2013-02-09) [Support]

    SiteAdvisor: 2.0 - 10.1 SDK (2015-03-30) [Support]

    JavaAppletPlugin: Java 8 updated 77 03 (2016-04-18) check the version of build

    Safari extensions:

    AdBlock - BetaFish, Inc. - https://getadblock.com (2016-03-30)

    Add to wishlist Amazon - Amazon.com - http://www.amazon.com/wishlist?ref=cm_wl_saf_ext (2011-07-09)

    GoodShop - GOODSEARCH LLC - http://www.GoodSearch.com (2013-09-24)

    SiteAdvisor - McAfee - http://www.siteadvisor.com (2015-09-28)

    PIN button - Pinterest, Inc. - http://www.pinterest.com/ (2015-07-03)

    3rd party preference panes:

    Flash Player (2016-04-15) [Support]

    Flip4Mac WMV (2012-05-15) [Support]

    Growl (2015-09-16) [Support]

    Java (2016-04-18) [Support]

    Norton\nQuickMenu (2010-11-16) [Support]

    Trusteer Endpoint Protection (2016-04-18) [Support]

    Time Machine:

    Time Machine not configured!

    Top of page process CPU:

    5% WindowServer

    1% kernel_task

    0% fontd

    0% SymDaemon

    Top of page process of memory:

    445 MB kernel_task

    Mdworker (18) 430 MB

    164 MB Google Reader

    Dropbox 123 MB

    VShieldScanner (4) 66 MB

    Virtual memory information:

    106 MB free RAM

    4.15 GB used RAM (770 MB cache)

    6 MB used Swap

    Diagnostic information:

    April 28, 2016, 22:42:12 ~/Library/Logs/DiagnosticReports/EtreCheck_2016-04-28-224212_[redacted].crash

    com.etresoft.EtreCheck - /Applications/EtreCheck.app/Contents/MacOS/EtreCheck

    28 April 2016, 22:21:42 self-test - spent

    April 28, 2016, 19:49:12 ~/Library/Logs/DiagnosticReports/EtreCheck_2016-04-28-194912_[redacted].crash

    April 28, 2016, 19:47:10 ~/Library/Logs/DiagnosticReports/EtreCheck_2016-04-28-194710_[redacted].crash

    April 28, 2016, 19:38:58 ~/Library/Logs/DiagnosticReports/EtreCheck_2016-04-28-193858_[redacted].crash

    April 28, 2016, 19:04:58 ~/Library/Logs/DiagnosticReports/rapportd_2016-04-28-190458_[redacted].crash

    /Library/rapport/*/rapportd.app/Contents/MacOS/rapportd

    April 28, 2016, 06:06:59 /Library/Logs/DiagnosticReports/Safari_2016-04-28-060659_[redacted].hang

    /Applications/Safari.app/Contents/MacOS/Safari

    April 28, 2016, 12:48:04 AM /Library/Logs/DiagnosticReports/SubmitDiagInfo_2016-04-28-004804_[redacted].cpu _resource.diag [details]

    / System/Library/CoreServices/SubmitDiagInfo

    April 27, 2016, 22:01:10 /Library/Logs/DiagnosticReports/Safari_2016-04-27-220110_[redacted].hang

    April 27, 2016, 21:57:37 /Library/Logs/DiagnosticReports/Safari_2016-04-27-215737_[redacted].hang

    April 27, 2016, 19:05:50 ~/Library/Logs/DiagnosticReports/EtreCheck_2016-04-27-190550_[redacted].crash

    April 27, 2016, 06:57:28 ~/Library/Logs/DiagnosticReports/Airmail 2_2016-04-27-065728_ .crash [deleted]

    / Applications/Airmail 2.app/Contents/MacOS/Airmail 2

    26 April 2016, 19:48:11 /Library/Logs/DiagnosticReports/Safari_2016-04-26-194811_[redacted].hang

    Remove all apps viruses you have

    Symantec, McAfee, Norton...

    CleanMyMac3

  • Hello Mr President! I have a few questions about the Word report generation please.1.How can I add a border to a page in word? 2. How can I add gridlines to a table generated related word?. Can 3. how I add a border to a picture of the Word report?. Thank

    Hello!

    Sir, I have a few questions about generating word reports using (C language in labwindows) please.

    1. How can I add a border to a page in word?

    2. How do I add border lines and grid to a table generated in Word report (not "cvi control table"inserted from gui, I wonder about the table generated in Word report)?

    3. How can I fill a table cell of report word with the data type other than 'character '.

    And sir a question on the use of the timer in labwindows cvi please.

    Sir, I'm trying to set a time minimum interval timer to 1millisecond (0.001 s), that I have set, timer cares about the interval set by me he only meets the minimum default time interval which is, I think as 10milliseconds (I'm using windows xp service Pack 3 version 2002).

    Concerning

    Imran

    Pakistan

    Have you read this statement ? It explains how to set the registry value:

    If the REG_SZ useDefaultTimer does not already exist, you must create it under HKEY_LOCAL_MACHINE\SOFTWARE\National Instruments\CVI Run-Time Engine\cvirte. "" This can be done navigate to the appropriate folder, and then click Edit "New" string value. Then, click on means the name of the new value created, select Rename, and then specify useDefaultTimer as the name. Finally, double click on the name and specify the value True or False.

  • Form of questions 12 c, run the report, how to set up uifont.ali 12 c reports?

    I have installed Oracle Forms 12 c:

    There are a few questions (problems) in the configuration after the installation:

    1. I need NLS_LANG value CROATIAN_CROATIA. EE8MSWIN1250. Text and the fields displayed are displayed correctly (all that is displayed from database), but their guests and the menu is displayed incorrectly (wrong characterset).

    2. when the report is started from form, instead of run from port 9002 (report server), it runs from port 9001, so I need to manually change the url to view the report.

    3. I don't know how to define a subset of PDF (in the previous version, just edit uifont.ali and put the subset inside).

    4. how to start Report Builder?

    For me, after you apply this hotfix, pdf subsetting works very well. (Linux x 64 environment).

    Concerning

  • Questions from the media on the report columns

    Hello

    I'm experimenting with questions from the media on the APEX components such as the columns on the report.

    I have an example that works, but I wonder if it's the best way to go about it.

    APEX media query example

    I applied the following CSS

    @media (orientation:portrait) {
      .landscape_only {display:none;}
    }
    @media (orientation:landscape) {
      .portrait_only {display:none;}
    }
    

    For components such as regions, buttons etc - I can apply "CSS Classes" attribute class to the component level.

    for example: I have applied the .portrait_only in the area of 'Code' in my example

    but for the columns in a report, I had to apply this jQuery on the page loading.

    $('th#HIREDATE, td[headers=HIREDATE]').addClass("landscape_only");
    

    If I applied to the class in the detail of the column that the data has been hidden when Guide to portrait - not the entire column.

    Are there more effective methods of enforcement of the class to the column?

    Reading articles like this lead me to think that way, but I don't know if APEX could be other solutions.

    5 tips for better jQuery selectors - SitePoint

    It becomes a little pain if I wanted to list a number of columns.

    I look forward to jQuery gurus ;-)

    Scott

    Rather than specify the classes at the level of the components and using jQuery when running, why not simply specify the items directly in the stylesheet?

    @media (orientation:portrait) {
      #P2_BUTTON2,
      th#HIREDATE, td[headers=HIREDATE]  {display: none;}
    }
    @media (orientation:landscape) {
      #P2_BUTTON1 {display: none;}
    }
    

    This seems to be a more effective approach that all orientation-based rules are easily visible and easy to manage in one place, rather than be dispersed through the definitions component and dynamic action.

  • Why people have suddenly begun to report their entire question in the place that is intended for a brief description of the problem.  Is there something inherently wrong with the new format of format?

    ... Only to repeat it once again here.

    Why people have suddenly begun to report their entire question in the place that is intended for a brief description of the problem.  Is there something inherently wrong with the new format of format?

    Ahhh, now I see.

    The man, who is just really, really bad design forum.

    I know that it will hurt, Adobe, but you will be away to Jive at a given time.  You're going to have to, as Jive moves further and further away from the ease of use.  So... Dick.22 now, or le.45 later.

  • Questions about the icons for interactive report

    When I created an interactive report, rectangular icons were created automatically on the left side of the report on each line.
    When you click on one of the icons, it displays the details of the line in vertical order.

    Here are my questions:

    1. when I hid a few columns in the interactive report and clicks on the icon, it does not display the details of the hidden column. But I want to hide these columns in the report but displays all the details when you click the icon. How can I do this?
    2. How can I hide the icons?
    3. How can I use the icons don't not to view the details of a line, but towards a modifiable page to edit the same details?

    Thank you
    Guy

    Hello

    1. when I hid a few columns in the interactive report and clicks on the icon, it does not display the details of the hidden column. But I want to hide these columns in the report but displays all the details when you click the icon. How can I do this?

    You can create another region, or the page that will show you your line of description of identifier, or rowid. You can do this by changing the column type of link to "target of the link to Custom.

    2. How can I hide the icons?

    Access the interactive report-> column-> change of link column link (link column exclude)

    3. How can I use the icons don't not to view the details of a line, but towards a modifiable page to edit the same details?

    The same as answer 1.

    Best regards, Kostya Proskudin!

  • Question about the portal provider report "downloads".

    Hello, I was wondering if there are only new downloads of the app downloads in the App World vendor portal or whether it includes users who have updated from one version to the other.  Like many, I can say there is no indication in the report of whetherits a new download oran to date.

    Thank you

    The numbers of download includes users who are updateing this way.

  • Question about creating report guests editor BI when it connects directly to the database?

    Hello

    I create a report of BI Publisher using direct SQL server database. JDBC connection is created, then datamodel and report.

    The report is parameterized. Now I have attached the dashboard report. But now the settings are not filling. So I intend to create guests, but it is the search for field. But I don't use of RPD. So, how can I create guests when we creating BI publisher report connecting directly with the database? Please let me know.

    Kind regards
    Sam

    Hi Sam,

    I hope you got your answer for that starting from the thread OBIEE quick dashboard for BI Publisher

    Thank you...

  • A way to find my previous questions and problem reports?

    Is it possible on this forum to find my previous questions and problem reports? Since viewing a question earlier today, I found the greater PART of the answer and would like to add that I found the question, without waiting for someone else to answer. I can't remember the title I gave to the previous question, or I would use this title in the search for it.

    Information troubleshooting below is most relevant to a previous problem that this question.

    Contributions my link on main page of the forum should display a list of all your job offers.

    See the search in this forum for your username under "posed by".

Maybe you are looking for

  • CTRL Alt Del does not work Windows 2015 10 rMBP

    Hi all I have a MacBook Pro for Windows 10 15 "Bootcamped retina. CTRL Alt Del does not, any more than the function keys (brightness, mute, etc.). I tried to manually reinstall the keyboard driver. It installs ok but does not solve the problem. On Re

  • Pavilion p7-1254: can't access Bios - Windows 7 pro

    I tried the methods "F10" and "esc" while restarting, but whenever I do, I get in a configuration screen of HP with no way to get to the bios.  I just installed a hp amd radeon graphics, that works very well. However graphics originally included is a

  • HP1200dtn: HP1200 printer driver

    I have a HP1200dtn.  I can't find my installation CD.  I have the manual but can not find the CD.  I can't find a driver to download from the HP Web site.  Any help on where to find one or how add this printer to a new PC.  Thank you.

  • MuseJSAssert: Error calling the function switch: ReferenceError: thiis is undefined

    I get this error once I have download my files on my hosting server. However, it exports very well in HTML and views very well when I publish.MuseJSAssert: Error calling the function switch: ReferenceError: thiis is undefined

  • perfect square and circle problem

    When I use the tool Rectangle / Ellipse and hold SHIFT, it does not give me a square or circle even, but instead it evolves as a rectangle or oval. I can only do a perfectly designed using the grid and snap to grid, but this really isn't the right wa