Part 6 openDocument reports
No edit summary
(Automatically adding template at the end of the page.)
 
(17 intermediate revisions by 4 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 created an openDocument report and filled it with data. Also, here are some tips and tricks on how to get help in constructing OCL
where things are used throughout the model </strong> </h5>
    expressions and seeing crossreferences 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 smooth, we set the main tags mentioned in the video to the right bar menu of this mini-player. Choose an interesting subtitle on the list and immediately get to the exact theme navigation item place in the video. Now you can pick any topic to be instructed on without watching the whole video.</em>
<style type="text/css">
p {
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> ViewModel 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"> openDocument 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"> ViewModel root object requirement </span>
  top: 0;
      <span class="navigation-item" data-video="PbprP4RR19U" data-start="1965" tabindex="0"> openDocument 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]]
{{Edited|July|12|2024}}

Latest revision as of 15:44, 10 February 2024

We created an openDocument report and filled it with data. Also, here are some tips and tricks on how to get help in constructing OCL expressions and seeing crossreferences where things are used throughout the model.

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

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

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