Get your own customer support community

Recent activity

Subscribe to this feed
  • question

    Joe Black replied on August 20, 2009 11:26 to the question "Displaying reported data in a table row, linked to a page defined in that row?" in CustomWare:

    Joe Black
    Hello,

    you could use something like this:


    {report-table}
    {local-reporter:page:children | source=define-location-here}
    {text-sort:content:title}
    {local-reporter}

    {report-column:title=Your-column-name-here}{report-info:content:title|link=true}{report-column}

    {report-table}


    Please note, this example is for parent-children page structure. I have no idea where US-xxx is placed.
  • question

    Joe Black asked a question in CustomWare on August 18, 2009 06:16:

    Joe Black
    Move scaffold pages, when an option is chosen
    Hello all,

    Here is what we have:


    John Doe Tasks ---- John Doe Completed Tasks
    --> Task 1
    --> Task 2


    "John Doe Tasks" and "John Doe Completed Tasks" are on the same level, children to any page.

    I have scaffold template where I have the following options:


    Task 1

    | Task Status: |{list-data:TaskSTAT|type=check|multiple=false|required=true}
    {list-option}Active{list-option}
    {list-option}Frozen{list-option}
    {list-option}Completed{list-option}
    {list-data} |


    Is it possible, if I change the status of Task 1 to "Completed", this page to be moved to "John Doe Completed Tasks"?

    If it is not possible, could you help me with any script that can be placed on my page and when I run it manually, to match all tasks marked as completed and then move them to "John Doe Completed Tasks"?
  • question

    Joe Black replied on August 14, 2009 06:49 to the question "Tracking changes on scaffold" in CustomWare:

    Joe Black
    Hello Bo,

    It's nice you are back.

    Thanks, I will have a look.
  • question

    Joe Black asked a question in CustomWare on August 13, 2009 08:19:

    Joe Black
    Tracking changes on scaffold
    Hello,

    Does anyone know if it is possible to track changes when using scaffold based template? Now I can only see if a page is edited, but I am interested what exactly is edited.

    Anyone?
  • question

    Joe Black asked a question in CustomWare on August 07, 2009 13:21:

    Joe Black
    local-reporter question
    I have this:


    {local-reporter:page:children | source=Test Task 1}


    Is it somehow possible to replace Test Task 1 with a variable that defines the page title where this code is injected to?
  • question
  • question
  • question

    Joe Black replied on August 07, 2009 06:45 to the question "Page title inheriting by scaffold data field" in CustomWare:

    Joe Black
    Actually, I need to inherit not its page title, but its parent page title.
  • question
  • question

    Joe Black asked a question in CustomWare on August 06, 2009 15:01:

    Joe Black
    Page title inheriting by scaffold data field
    Let's say I have a page and I need to create scaffold based children, which I create using live-template. I have this code in my live-template. I need somehow RepTaskName to inherit its page parent's name automatically?


    || Project/Task name: | {text-data:RepTaskName|type=area|width=650px|height=15px}{text-data} |


    is it possible?

    If you get what I mean, I would be thankful you offer another solution, as well.

    Thank you for your time.
  • question

    Joe Black asked a question in CustomWare on August 06, 2009 14:49:

    Joe Black
    Create a report from multiple pages data
    Does anyone know if it is possible to create a report, based on multiple pages scaffold data?

    Let's say we have tasks and reports reporting system. If any employee creates a task, he reports on a weekly basis. I need to create a report where I can see details on his task + details taken from his reports (actually children pages on the task page) in a single row?

    Here is an example:

    Sample task template code:


    | Priority: |{list-data:TaskPrio|type=check|multiple=false|required=true}
    {list-option}Priority 1{list-option}
    {list-option}Priority 2{list-option}
    {list-option}Priority 3{list-option}
    {list-data} |
    | Task/Project Status: |{list-data:TaskSTAT|type=check|multiple=false|required=true}
    {list-option}Active{list-option}
    {list-option}Frozen{list-option}
    {list-option}Completed{list-option}
    {list-data} |


    Sample task report code:


    || Percentage of completion | {list-data:PercentageCompl|type=check|multiple=false|required=true}
    {list-option}0%{list-option}
    {list-option}20%{list-option}
    {list-option}40%{list-option}
    {list-option}60%{list-option}
    {list-option}80%{list-option}
    {list-option}100%{list-option}
    {list-data} |


    I repeat - it's just an example. Now I would like to create a table, where all my employees are shown and then in a single row, but different columns, to see listed all tasks for Miss X, their priority, their status, and percentage of completion. How report like this one would look like?

    Thank you for your help.
  • question

    Joe Black replied on August 05, 2009 10:16 to the question "Is there a way create reports that are "grouped by" a particular field" in CustomWare:

    Joe Black
    Hello Simon,

    Could you please post your scaffold task template to see if I can help?
  • question

    Joe Black asked a question in CustomWare on July 10, 2009 10:55:

    Joe Black
    Conditional creation of children on two places at the same time
    Hello,

    Let's say I have a template based on Scaffold plugin, used for task assigning and reporting. Once I open this page, I am able to "assign" a task to anyone. This means, I enter Joe Black's Tasks and assign myself a task by creating a children page. In my template, there is an option to choose someone else who is in your team by using checkboxes.


    {list-data:Team Members|type=check|multiple=true}
    {user-options:groups=HPGDC.OPSTEAM1}


    My question is, if I check Angelina Jolie as my Team member, is it possible the page I create to be also created in Angelina Jolie's Tasks as children page?
  • question

    Joe Black replied on July 02, 2009 11:55 to the question "I wish to add table using reporting plugin for every child page data" in CustomWare:

    Joe Black
    Shweta, you can also use


    {html}

    <your-html-code-here>
    bla bla bla
    </your-html-code-here>

    {html}

  • question

    Joe Black replied on July 02, 2009 07:06 to the question "How to Report data on children on their children pages?" in CustomWare:

    Joe Black
    Hi Bo,

    It works like a charm :) Brilliant work, thank you so much.

    That is exactly what I am looking for.

    I have several questions to be completely happy.

    Firstly, is it possible to add in the table, report creator as well?

    Secondly, I have fields called "Decision Maker" and "Decision needed until".

    Is it somehow possible to create a report (in the same or different table) where all "pending" reports awaiting for decision to be listed? (the same as TaskStatus reports, including report name, report creator, last modifier, decision needed until (date field) and total count).

    Here is my scaffold report template:



    || Name of Employee: | {list-data:TaskOwner|required=true}
    {user-options:groups=empl.all}
    {list-data} |
    || Project/Task name: | {text-data:Notes1|type=area|width=650px|height=15px}{text-data} |
    || Project/Task Status: | {list-data:TaskStatus|type=check}
    {list-option}COMPLETED{list-option}
    {list-option}PARTIALLY COMPLETED{list-option}
    {list-option}NOT COMPLETED{list-option}
    {list-data} |
    | Fact-based reasons: | {text-data:Notes2|type=area|width=650px|height=45px}{text-data} |
    || Up to date in InLoox: | {list-data:InLooxStatus}
    {list-option}Yes{list-option}
    {list-option}No{list-option}
    {list-option}Not Applicable{list-option}
    {list-data} |
    | Fact-based reasons: | {text-data:Notes3|type=area|width=650px|height=45px}{text-data} |
    || Desicion is needed ? | {list-data:DesNeeded}
    {list-option}Yes{list-option}
    {list-option}No{list-option}
    {list-data} |
    | Desicion maker: | {list-data:Desicion Maker|required=true}
    {user-options:groups=empl.all}
    {list-data} |
    | Desicion needed until: | {date-data:Due Date|format=dd-MMM-yyyy}now{date-data} |
    || More information: | {text-data:Notes|type=area|width=650px|height=90px}{text-data} |
  • question

    Joe Black replied on June 30, 2009 10:57 to the question "How to Report data on children on their children pages?" in CustomWare:

    Joe Black
    By the way, I think I have found a solution using:


    {content-reporter:space=@self|types=page|scope=Joe Black Tasks > descendents}

  • question

    Joe Black asked a question in CustomWare on June 30, 2009 09:01:

    Joe Black
    How to Report data on children on their children pages?
    Hello,

    I already have Reporting plugin working, however I need a bit different solution.

    What we have:

    Each user has own tasks page. For each task, we need to create a report (as children page). My task and report pages are based on scaffold plugin.

    In my report template, there is a check list, which contains 3 options -- Completed, Partially Completed, Not completed. What I have to do is to count how many completed, partially completed and not completed tasks each user has.

    Basically, the structure is:


    Joe Black Tasks --> My task 1 --> My Report 1
    Joe Black Tasks --> My task 2 --> My Report 2
    Joe Black Tasks --> My task 3 --> My Report 3


    My solution works if I put my reporting code on "Joe Black Tasks" and all reports are children on this page. However, each report is children to its task page.

    I need to put my code on "Joe Black Tasks" page and gather data from My Report X pages.

    What I have is:


    || Completed Tasks | {report-block}
    {local-reporter:children}
    {text-filter:data:TaskStatus|include=COMPLETED}
    {local-reporter}
    {report-body}{report-body}
    {report-footer}{report-info:report:item number}{report-footer}
    {report-block} |
    || Partially Completed | {report-block}
    {local-reporter:children}
    {text-filter:data:TaskStatus|include=PARTIALLY COMPLETED}
    {local-reporter}
    {report-body}{report-body}
    {report-footer}{report-info:report:item number}{report-footer}
    {report-block} |
    || Not Completed | {report-block}
    {local-reporter:children}
    {text-filter:data:TaskStatus|include=NOT COMPLETED}
    {local-reporter}
    {report-body}{report-body}
    {report-footer}{report-info:report:item number}{report-footer}
    {report-block}|


    I tried to use space-reporter:space=@self, but it didn't work.

    What could you advice?