Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Rapor klasörüne bir xlsx içerik atarak oluşturulabilir. Özel kural, görüntü adı, ikon tanımlanacaksa yanına bir jSettings dosyası atılmalıdır.  Sadece jSettings dosyası ile de rapor oluşturulabilir.  Sadece jSettings ile rapor oluşturma CSV Report ile aynıdır. 

Rapor içeriğine iletilen nesne tipini bilmenin ve buna göre raporu düzenlemeniz gerekmektedir. GEODI Pro ile oluşturacağınız raporlarda makro data nesnesi  GeodiEntry Array'dir. Mobidi Server Raporları için nesne MobidiEntry Array'dir.

Table of Contents

Şablon oluşturma

Yeni bir Excel Şablonu için bir kaç Çalışma Sayfası/Worksheet oluşturmalısınız. Bu sayfalar Can be created by copying an xlsx content into the Reports Folder. If a custom rule, image name, icon is to be defined, a jSettings file should be placed next to it. Only jSettings file can be created with the report. Creating a report with jSettings is the same as CSV Report.


You need to know the type of object passed to the report content and edit the report accordingly. In the reports you create with GEODI Pro, the macro data object is GeodiEntry Array. The object for Mobidi Server Reports is the MobidiEntry Array.


Table of Contents

Creating templates


You must create several Worksheets for a new Excel Template. These pages are "Template", "Data" ve dilediğiniz kadar Analiz sayfasıdırand as many Analysis pages as you want.

  • "Data": Rapora esas veri buraya yazılacaktır. Nasıl yazılacağı, hangi kolonların yer alacağı ve stil bilgilerinin tanımları "Template" sayfasında belirtilecektir. 
  • İsteğe bağlı olarak oluşturacağınız Analiz sayfaları zamana, konuya göre özet tablo, grafik veya farklı çıktıların tanımlanabilceği sayfalardır. Analiz sayfaları girdi olarak "data" ve diğer analiz sayfalarını kaynak veri olarak kullanabilir. Pivot analizlerde pivot tabloların dosya yüklendiğinde otomatik yenilenmesi gibi seçenekleri kullanmanız işiniz kolaylaştırır.

Raporumuzda kullanacağımız alanların belirtildiği Template sayfasının yapısı aşağıdaki şekilde olmalı. ilk satır kolon başlıklarını belirtmeli ikinci satırda ise içeriği belirleyecek ifade yer almalı.  Kolon adları ve değerlerde makro ve yerelleştirme kullanılabilir.

Diğer satılar isteğe bağlı olarak stil bilgilerini içerebilir. Sonraki satırları farklı renklerde yaparsanız yazılım bu stilleri tekrarlar. Yazı stili, hücre stili ve diğer stiller de aynı şekilde tekralanabilir.

Kolon bazlı stilleriniz de bu kurala uyar. Kişi Adını 20 Punto, Tarihi farklı font ve renkte yapmak mümkündür. Yazılım ile birlikte gelen bir kaç örneği incelemenizi ve serbetçe denemenizi öneriyoruz.

Image Removed

İçerikte Excel formülü kullanma

...

  • The data based on the report will be written here. How to write, which columns will be included and definitions of style information will be indicated on the "Template" page.
  • Optionally, Analysis pages that you create are pages that can be defined by time, subject, pivot table, graph or different outputs. Analysis pages can use data as input and other analysis pages as source data. In pivot analysis, using options such as automatic refresh of pivot tables when files are loaded makes your job easier.


The structure of the Template page that specifies the fields to be used in our report should be as follows. the first line should specify the column headings and the second line should contain the expression to determine the content. macro and localization can be used in column names and values.

Other sales may optionally include style information. If you make the next lines in different colors, the software repeats these styles. Text style, cell style, and other styles can be repeated in the same way.

Your column-based styles also follow this rule. Person Name 20 pt, Date is possible to make different fonts and colors. We recommend that you examine and test some of the examples that come with the software.



Image Added

Using an Excel formula in content

If you want to use an Excel macro in the column content, type '= FORMUL (..) yazılmalıdır. Yazılacak Formül Ingilicze Excel ile aynı formatta olmalıdır. Satırlar %row% ile belirtilmelidir.Örnek in the cell content. The formula to be written must be in the same format as English Excel. Rows must be specified with% row%.

Example : '=SUM(A%row%;B%row;)

Pivot,

...

Bir Excel raporu alındığında Data isimli yeni bir sayfa oluşacak ve bu sayfada sonuç gösterilecektir. 

...

preparing graphical reports

When an Excel report is received, a new page named Data will be created and the result will be displayed on this page.

You can create pages with Pivot, charts that reference the data page. You can use Excel macros. In order to make these studies easier, you can get a report result and use the report instead of the template.