Part 6 openDocument reports
No edit summary
No edit summary
(11 intermediate revisions by 2 users not shown)
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>
how to get help in constructing ocl expressions and how to see cross reference
We create an openDocument report and fill it with data. Also some tips and tricks on how to get help in constructing ocl
where things are used throughout the model </strong> </h5>
    expressions and how to see cross reference where things are used throughout the model  
</h4>


<p>
<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 timeplace in the video. Now you can pick any topic to be instructed without watching the whole video.</em>
  <em>To make your experience more comfortable, we set the main tags mentioned in the video to the right bar menu of this mini
<style type="text/css">
    player. Choose the interesting subtitle on the list and immediately get to the exact theme navigation-itemplace in the video. Now
p {
    you can pick any topic to be instructed without watching the whole video.</em>
opacity: 0.7;
text-align: justify;
width: 90%
}
</style>
</p>
</p>


<style>
<div class="video">
#video12 {
   <div class="video__wrapper">
  position: relative;
    <iframe src="https://www.youtube.com/embed/PbprP4RR19U?rel=0&autoplay=0" frameborder="0" allowfullscreen></iframe>
  height: 500px;
    </div>
   width:560px;
   <div class="video__navigation">
  padding-bottom: 10px;
      <span class="navigation-item"data-video="PbprP4RR19U" data-start="25" tabindex="0"> Reports </span>
}
      <strong> View Model Editor: </strong>
#video12 iframe {
      <span class="navigation-item" data-video="PbprP4RR19U" data-start="116" tabindex="0"> &bull; Columns needed for Report </span>
  position: absolute;
      <span class="navigation-item" data-video="PbprP4RR19U" data-start="1001" tabindex="0"> &bull; Template URL </span>
  min-height: auto;
      <span class="navigation-item" data-video="PbprP4RR19U" data-start="1283" tabindex="0"> &bull; Report File Name </span>
  min-width: auto;
      <span class="navigation-item" data-video="PbprP4RR19U" data-start="458" tabindex="0"> Model Access Form</span>
}
      <span class="navigation-item" data-video="PbprP4RR19U" data-start="1078" tabindex="0"> Open document text </span>
#video12 div {
      <span class="navigation-item" data-video="PbprP4RR19U" data-start="1568" tabindex="0"> Class action for show </span>
  position: absolute;
      <span class="navigation-item" data-video="PbprP4RR19U" data-start="1889" tabindex="0"> View model root object requirement </span>
  top: 0;
      <span class="navigation-item" data-video="PbprP4RR19U" data-start="1965" tabindex="0"> Open document report show command </span>
  left:760px;
      <span class="navigation-item" data-video="PbprP4RR19U" data-start="2165" tabindex="0"> Tags in odt template in Word </span>
  width: 260px;
      <span class="navigation-item" data-video="PbprP4RR19U" data-start="2558" tabindex="0"> Some expressions on setting the date </span>
  height: 100%;
      <span class="navigation-item" data-video="PbprP4RR19U" data-start="2558" tabindex="0"> “Used by” cross reference index </span>
  padding-left: 10px;
    </div>
  overflow-y: auto;
}
span {
    font-size: 18;
    display:block;
  padding: 2px 10px 2px 10px;
    padding-bottom: 0.5;
    padding-top: 0.5;
  opacity: 0.7;
}
span:hover {
  color: #0000FF;
  cursor: pointer;
}
span:focus {
  color: blue;
</style>
 
<div id="video12">
<iframe width="740" height="500" src="https://www.youtube.com/embed/ru6iK6AFnnk?rel=0&autoplay=1" frameborder="0" allowfullscreen></iframe>
   <div>
    <span data-video="ru6iK6AFnnk" tabindex="0" data-start="20"> Reports
    </span>
    <strong> View Model Editor: </strong>
    <span data-video="ru6iK6AFnnk" tabindex="0" data-start="111"> &bull;Columns needed for Report </span>
    <span data-video="ru6iK6AFnnk" tabindex="0" data-start="996"> &bull; Template URL </span>
    <span data-video="ru6iK6AFnnk" tabindex="0" data-start="1278"> &bull; Report File Name </span>
    <span data-video="ru6iK6AFnnk" tabindex="0" data-start="453"> Model Access Form</span>
    <span data-video="ru6iK6AFnnk" tabindex="0" data-start="1073"> Open document text </span>
    <span data-video="ru6iK6AFnnk" tabindex="0" data-start="1563"> Class action for show </span>
    <span data-video="ru6iK6AFnnk" tabindex="0" data-start="1884"> View model root object requirement </span>
    <span data-video="ru6iK6AFnnk" tabindex="0" data-start="1960"> Open document report show command </span>
    <span data-video="ru6iK6AFnnk" tabindex="0" data-start="2160"> Tags in odt template in Word </span>
    <span data-video="ru6iK6AFnnk" tabindex="0" data-start="2553"> Some expressions on setting the date </span>
    <span data-video="ru6iK6AFnnk" tabindex="0" data-start="2553"> “Used by” cross reference index </span>
   </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 = 'http://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 Sessions]]
[[Category:OCL]]
[[Category:Expressions]]
[[Category:Reports]]

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 68 days ago on 02/10/2024. What links here