zoukankan      html  css  js  c++  java
  • PowerDesign报表操作

    1、报表格式
     .打开pdm, 右键选择"new"->"report"
     .删除右面的已经选择item
     .双击左面的“Available items” ->"List of tables"
     .双击左面的“Available items” ->"table" -> "List of tables cloumns"
     .右键右面已选择的"table" -> "List of tables cloumns",弹出菜单选择“layout”
     .选择“Data type ”设置"40mm";选择“Primary”设置"20mm";
     报表设置完成
     
     注意,如果pdm设计的有package,则选择“Available items” ->"List of packages",并把"List of tables"和"table" -> "List of tables cloumns"拖拽到"List of packages"下面,不要使他们是同一个级别,否则不能现在table list , 和 columns list of table .
     
    2、选择对象
     选择菜单“report” ->"select objects"  选择需要的对象。
     

    3、排序
     命名排列
     解决方案:
     右键Table %ITEM% ,selection,define  sort and Filter 属性窗口,将选择排序选择NAME字段,可实现左侧按表名排列
     右键List of columns of the table %PARENT% ,selection,define  sort and Filter 属性窗口,将选择排序字段全部去掉,可实现表字段按默认顺序排列

  • 相关阅读:
    一般图最大匹配
    UOJ164 线段树历史最值查询
    一个经典的排列组合面试题目
    动态代理理解
    JAVA nio
    hadoop NameNode 实现分析
    以一个上传文件的例子来说 DistributedFileSystem
    hadoop IPC 源代码分析
    hadoop DataNode实现分析
    HDFS 整体把握
  • 原文地址:https://www.cnblogs.com/zhangpengshou/p/1340299.html
Copyright © 2011-2022 走看看