Part 6 openDocument reports
No edit summary
No edit summary
Line 1: Line 1:
<html>
<html>
<h5> <strong> We create an openDocument report and fill it with data. Also some tips and tricks on
<h4>
We create an openDocument report and fill it with data. Also some tips and tricks on how to get help in constructing ocl
    expressions and how to see cross reference where things are used throughout the model
</h4>


how to get help in constructing ocl expressions and how to see cross reference
<p class="video-warn">
  <em>To make your experience more comfortable, we set the main tags mentioned in the video to the right bar menu of this mini
    player. Choose the interesting subtitle on the list and immediately get to the exact theme navigation-itemplace in the video. Now
    you can pick any topic to be instructed without watching the whole video.</em>
</p>


where things are used throughout the model </strong> </h5>
<div class="video">
 
   <div class="video__wrapper">
<p>
    <iframe src="https://www.youtube.com/embed/PbprP4RR19U?rel=0&autoplay=0" frameborder="0" allowfullscreen></iframe>
<em>To make your experience more comfortable, we set the main tags mentioned in the video to the right bar menu of this mini player. Choose the interesting subtitle on the list and immediately get to the exact theme timeplace in the video. Now you can pick any topic to be instructed without watching the whole video.</em> </p>
    <div>
<style type="text/css">
      <span class="navigation-item"data-video="PbprP4RR19U" data-start="25" tabindex="0"> Reports </span>
p {
opacity: 0.7;
text-align: justify;
width: 90%
}
<style type="text/css">
p.warn {
    opacity: 0.7;
    text-align: justify;
    width: 90%
}
#video12 {
  position: relative;
  padding-bottom: 10px;
}
#video12::after {
  content: "";
  display: table;
   clear: both;
}
#video12 iframe {
  width: 100%;
  min-width: 200px;
  max-width: 740px;
  height: 500px;
  float: left;
}
 
@media (max-width: 767px) {
  #video12 iframe {
    height: 180px;
  }
}
 
#video12 div {
  float: left;
  padding-left: 10px;
overflow-y: auto;
height: 500px;
}
span.time {
    display:block;
  padding: 2px 10px 2px 10px;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
  opacity: 0.7;
}
span.time:hover {
  color: #0000FF;
  cursor: pointer;
}
span.time:focus {
  color: blue;
}
</style>
 
<br>
<div id="video12">
  <iframe width="740" height="500" src="https://www.youtube.com/embed/PbprP4RR19U?rel=0&autoplay=0" frameborder="0" allowfullscreen></iframe>
  <div>
    <span data-video="PbprP4RR19U" data-start="341" tabindex="0"> Reports
      </span>
       <strong> View Model Editor: </strong>
       <strong> View Model Editor: </strong>
    <span class="time" data-video="PbprP4RR19U" data-start="432" tabindex="0"> &bull; Columns needed for Report </span>
      <span class="navigation-item" data-video="PbprP4RR19U" data-start="116" tabindex="0"> &bull; Columns needed for Report </span>
    <span class="time" data-video="PbprP4RR19U" data-start="1317" tabindex="0"> &bull; Template URL </span>
      <span class="navigation-item" data-video="PbprP4RR19U" data-start="1001" tabindex="0"> &bull; Template URL </span>
    <span class="time" data-video="PbprP4RR19U" data-start="1599" tabindex="0"> &bull; Report File Name </span>
      <span class="navigation-item" data-video="PbprP4RR19U" data-start="1283" tabindex="0"> &bull; Report File Name </span>
    <span class="time" data-video="PbprP4RR19U" data-start="774" tabindex="0"> Model Access Form</span>
      <span class="navigation-item" data-video="PbprP4RR19U" data-start="458" tabindex="0"> Model Access Form</span>
    <span class="time" data-video="PbprP4RR19U" data-start="1394" tabindex="0"> Open document text </span>
      <span class="navigation-item" data-video="PbprP4RR19U" data-start="1078" tabindex="0"> Open document text </span>
    <span class="time" data-video="PbprP4RR19U" data-start="1884" tabindex="0"> Class action for show </span>
      <span class="navigation-item" data-video="PbprP4RR19U" data-start="1568" tabindex="0"> Class action for show </span>
    <span class="time" data-video="PbprP4RR19U" data-start="2205" tabindex="0"> View model root object requirement </span>
      <span class="navigation-item" data-video="PbprP4RR19U" data-start="1889" tabindex="0"> View model root object requirement </span>
    <span class="time" data-video="PbprP4RR19U" data-start="2281" tabindex="0"> Open document report show command </span>
      <span class="navigation-item" data-video="PbprP4RR19U" data-start="1965" tabindex="0"> Open document report show command </span>
    <span class="time" data-video="PbprP4RR19U" data-start="2481" tabindex="0"> Tags in odt template in Word </span>
      <span class="navigation-item" data-video="PbprP4RR19U" data-start="2165" tabindex="0"> Tags in odt template in Word </span>
    <span class="time" data-video="PbprP4RR19U" data-start="2874" tabindex="0"> Some expressions on setting the date </span>
      <span class="navigation-item" data-video="PbprP4RR19U" data-start="2558" tabindex="0"> Some expressions on setting the date </span>
    <span class="time" data-video="PbprP4RR19U" data-start="2874" tabindex="0"> “Used by” cross reference index </span>
      <span class="navigation-item" data-video="PbprP4RR19U" data-start="2558" tabindex="0"> “Used by” cross reference index </span>
  </div>
    </div>
</div>
  </div>


<script>
var IMG = document.querySelectorAll('#video12 span'),
    IFRAME = document.querySelector('#video12 iframe');
for (var i = 0; i < IMG.length; i++) {
  IMG[i].onclick = function() {
    IFRAME.src = 'https://www.youtube.com/embed/' + this.dataset.video + '?rel=0&autoplay=1';
    if(this.dataset.end) IFRAME.src = IFRAME.src.replace(/([\s\S]*)/g, '$1&end=' + this.dataset.end);
    if(this.dataset.start) IFRAME.src = IFRAME.src.replace(/([\s\S]*)/g, '$1&start=' + this.dataset.start);
    this.style.backgroundColor='rgba(0,0,0,.2)';
  }
}
</script>
</html>
</html>
[[Category:MDriven Designer]]
[[Category:MDriven Designer]]

Revision as of 21:37, 31 July 2018

We create an openDocument report and fill it with data. Also some tips and tricks on how to get help in constructing ocl expressions and how to see cross reference where things are used throughout the model

To make your experience more comfortable, we set the main tags mentioned in the video to the right bar menu of this mini player. Choose the interesting subtitle on the list and immediately get to the exact theme navigation-itemplace in the video. Now you can pick any topic to be instructed without watching the whole video.

Reports View Model Editor: • Columns needed for Report • Template URL • Report File Name Model Access Form Open document text Class action for show View model root object requirement Open document report show command Tags in odt template in Word Some expressions on setting the date “Used by” cross reference index

This page was edited 48 days ago on 02/10/2024. What links here