Part 6 openDocument reports
mNo edit summary
No edit summary
(2 intermediate revisions by the same user 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>
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">
   <div class="video__navigation">
p {
      <span class="navigation-item"data-video="PbprP4RR19U" data-start="25" tabindex="0"> Reports </span>
opacity: 0.7;
      <strong> View Model Editor: </strong>
text-align: justify;
      <span class="navigation-item" data-video="PbprP4RR19U" data-start="116" tabindex="0"> &bull; Columns needed for Report </span>
width: 90%
      <span class="navigation-item" data-video="PbprP4RR19U" data-start="1001" tabindex="0"> &bull; Template URL </span>
}
      <span class="navigation-item" data-video="PbprP4RR19U" data-start="1283" tabindex="0"> &bull; Report File Name </span>
<style type="text/css">
      <span class="navigation-item" data-video="PbprP4RR19U" data-start="458" tabindex="0"> Model Access Form</span>
p.warn {
      <span class="navigation-item" data-video="PbprP4RR19U" data-start="1078" tabindex="0"> Open document text </span>
    opacity: 0.7;
      <span class="navigation-item" data-video="PbprP4RR19U" data-start="1568" tabindex="0"> Class action for show </span>
    text-align: justify;
      <span class="navigation-item" data-video="PbprP4RR19U" data-start="1889" tabindex="0"> View model root object requirement </span>
    width: 90%
      <span class="navigation-item" data-video="PbprP4RR19U" data-start="1965" tabindex="0"> Open document report show command </span>
}
      <span class="navigation-item" data-video="PbprP4RR19U" data-start="2165" tabindex="0"> Tags in odt template in Word </span>
#video12 {
      <span class="navigation-item" data-video="PbprP4RR19U" data-start="2558" tabindex="0"> Some expressions on setting the date </span>
  position: relative;
      <span class="navigation-item" data-video="PbprP4RR19U" data-start="2558" tabindex="0"> “Used by” cross reference index </span>
  padding-bottom: 10px;
    </div>
}
#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/ru6iK6AFnnk?rel=0&autoplay=0" frameborder="0" allowfullscreen></iframe>
   <div>
    <span data-video="ru6iK6AFnnk" data-start="20" tabindex="0"> Reports
    </span>
    <strong> View Model Editor: </strong>
    <span class="time" data-video="ru6iK6AFnnk" data-start="111" tabindex="0"> &bull; Columns needed for Report </span>
    <span class="time" data-video="ru6iK6AFnnk" data-start="996" tabindex="0"> &bull; Template URL </span>
    <span class="time" data-video="ru6iK6AFnnk" data-start="1278" tabindex="0"> &bull; Report File Name </span>
    <span class="time" data-video="ru6iK6AFnnk" data-start="453" tabindex="0"> Model Access Form</span>
    <span class="time" data-video="ru6iK6AFnnk" data-start="1073" tabindex="0"> Open document text </span>
    <span class="time" data-video="ru6iK6AFnnk" data-start="1563" tabindex="0"> Class action for show </span>
    <span class="time" data-video="ru6iK6AFnnk" data-start="1884" tabindex="0"> View model root object requirement </span>
    <span class="time" data-video="ru6iK6AFnnk" data-start="1960" tabindex="0"> Open document report show command </span>
    <span class="time" data-video="ru6iK6AFnnk" data-start="2160" tabindex="0"> Tags in odt template in Word </span>
    <span class="time" data-video="ru6iK6AFnnk" data-start="2553" tabindex="0"> Some expressions on setting the date </span>
    <span class="time" data-video="ru6iK6AFnnk" data-start="2553" tabindex="0"> “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 = '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 47 days ago on 02/10/2024. What links here