Report widget - column header

225 views
Skip to first unread message

Luigi

unread,
Jul 10, 2017, 4:57:00 AM7/10/17
to Fujitsu RunMyProcess Developer Community
Hello,
is it possible to customize the header of a column in a reports widget ?

That is, remove the variable name and put a text as a column title.

Thamk you.

Dipen Raval

unread,
Jul 10, 2017, 8:12:53 AM7/10/17
to Fujitsu RunMyProcess Developer Community
Hi Luigi,

Could you please elaborate your requirement, so that we can provide you a proper solution.
Awaiting for your response.

Thanks & regards,
Dipen Raval
Fujitsu - RunMyProcess Support


--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "Fujitsu RunMyProcess Developer Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum+unsubscribe@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at https://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/ce5c02e1-39c5-4001-9308-d2e07d10f068%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.

Luigi

unread,
Jul 10, 2017, 8:35:06 AM7/10/17
to Fujitsu RunMyProcess Developer Community
Hi Dipen,
I have a WI containing a Report widget.

When it runs, the report shows the variable names as column title (i.e. "projetc_id", "process_step", etc...)

Now, I would like the report widget shows a different title i.e. "ID #", "STEP"...

Is it possible ?

Thank you.


On Monday, July 10, 2017 at 2:12:53 PM UTC+2, draval wrote:
> Hi Luigi,
>
>
> Could you please elaborate your requirement, so that we can provide you a proper solution.
> Awaiting for your response.
>
>
> Thanks & regards,
> Dipen Raval
> Fujitsu - RunMyProcess Support
>
>
> On Mon, Jul 10, 2017 at 2:27 PM, Luigi <ciche...@fatergroup.com> wrote:
> Hello,
>
> is it possible to customize the header of a column in a reports widget ?
>
>
>
> That is, remove the variable name and put a text as a column title.
>
>
>
> Thamk you.
>
>
>
> --
>
> Fujitsu - RunMyProcess
>
> ---
>
> You received this message because you are subscribed to the Google Groups "Fujitsu RunMyProcess Developer Community" group.
>

> To unsubscribe from this group and stop receiving emails from it, send an email to supportforum...@runmyprocess.com.

Dipen Raval

unread,
Jul 10, 2017, 9:22:22 AM7/10/17
to Fujitsu RunMyProcess Developer Community
Hi Luigi,

You can edit the  column title of the report widget.
For that please follow the mentioned steps.

1.Choose the collection and then go to the "configure column" tab.
   (Refer screenshot : Column_configuration )

2.In the configure column tab, you can add the columns and edit the header.
   (Refer screenshot : configure_column_tab)

3. Give the variable name as "Property" and column title as "Header".

Hope this helps you.Feel free to contact us.

Thanks & regards,
Dipen Raval
Fujitsu - RunMyProcess Support
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum+unsubscribe@runmyprocess.com.

To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at https://groups.google.com/a/runmyprocess.com/group/supportforum/.
Column_configuration.PNG
configure_column_tab.PNG

Luigi

unread,
Jul 10, 2017, 9:53:28 AM7/10/17
to Fujitsu RunMyProcess Developer Community
Hi Dipen,
I don't see the same info and the content of column "Header" is not editable (see screenshot).

Is it because it is a WI report instead of a collection ?
rmp-screenshot-customize-report-widget.jpg

Abhilash Sambhare

unread,
Jul 12, 2017, 6:59:15 AM7/12/17
to Fujitsu RunMyProcess Developer Community, Luigi Cichella
Hi Luigi,

By default the web interface will display the columns which are defined in the process as measures.
From the screenshot you provided it seems that you are using a WI report.So you can configure the column header from the measures defined in the process.

Similarly you can also add the column header into the WI report by clicking on the add "add column" present in the WI report.

Hope this helps you.Please don't hesitate to contact us for any further query.

Thanks & Regards,
Abhilash Sambhare
Fujitsu RunMyProcess Support


To unsubscribe from this group and stop receiving emails from it, send an email to supportforum+unsubscribe@runmyprocess.com.

To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at https://groups.google.com/a/runmyprocess.com/group/supportforum/.

ciche...@fatergroup.com

unread,
Jul 12, 2017, 8:58:20 AM7/12/17
to Fujitsu RunMyProcess Developer Community, ciche...@fatergroup.com
Hi Abhilash,
I tried changing the "name" column used in the "Measures" but that would change the name in the report.

If the report changes, I found that I need to update the various web interface report widget, by removing and reselect the WI report to reflect the change.
Is it true ?

Thank you.

Abhilash Sambhare

unread,
Jul 19, 2017, 5:38:02 AM7/19/17
to Fujitsu RunMyProcess Developer Community, Luigi Cichella
Hi Luigi,

As per your requirement you can change the name of the column header by using the "setColumnHeader()" function.

Please refer the below syntax:

id_report.setColumnHeader("columnname","header");

where id_report-Identifier of the report,

columnname-Name of the column header to modify,

header-new column header

Hope this helps you.Please let us know if you have any further query.

Thanks & Regards,
Abhilash Sambhare
Fujitsu RunMyProcess Support



To unsubscribe from this group and stop receiving emails from it, send an email to supportforum+unsubscribe@runmyprocess.com.

To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at https://groups.google.com/a/runmyprocess.com/group/supportforum/.

Luigi

unread,
Jul 20, 2017, 6:25:53 AM7/20/17
to Fujitsu RunMyProcess Developer Community, ciche...@fatergroup.com
Hi Abhilash.

Where should the function be written in the WI ?

Thank you!

Abhilash Sambhare

unread,
Jul 20, 2017, 6:40:27 AM7/20/17
to Fujitsu RunMyProcess Developer Community, Luigi Cichella
Hi Luigi,

Please write the function inside the post loaded script.

Find the attached screenshot for your reference.

Thanks & Regards,
Abhilash Sambhare
Fujitsu RunMyProcess Support


To unsubscribe from this group and stop receiving emails from it, send an email to supportforum+unsubscribe@runmyprocess.com.

To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at https://groups.google.com/a/runmyprocess.com/group/supportforum/.
WI_report.PNG

Dipen Raval

unread,
Jul 22, 2017, 4:28:55 AM7/22/17
to Fujitsu RunMyProcess Developer Community, Luigi Cichella
Hi Luigi,
Good Day.

Could you please confirm that issue has been clarified?
Please don't hesitate to contact us for any further query.

Thanks & Regards,
Dipen Raval
Fujitsu - RunMyProcess Support

Dipen Raval

unread,
Jul 24, 2017, 2:34:22 AM7/24/17
to Fujitsu RunMyProcess Developer Community, Luigi Cichella
Hi Luigi,

Good Day.

Have you implemented the provided solution?
Awaiting for your response. 


Thanks & Regards,
Dipen Raval
Fujitsu RunMyProcess Support

On Sat, Jul 22, 2017 at 1:58 PM, Dipen Raval <dra...@runmyprocess.com> wrote:
Hi Luigi,
Good Day.

Could you please confirm that issue has been clarified?
Please don't hesitate to contact us for any further query.

Thanks & Regards,
Dipen Raval
Fujitsu - RunMyProcess Support

Luigi

unread,
Jul 24, 2017, 4:37:16 AM7/24/17
to Fujitsu RunMyProcess Developer Community, ciche...@fatergroup.com
Thank you Abhilash,
Luigi

Luigi

unread,
Jul 24, 2017, 4:40:12 AM7/24/17
to Fujitsu RunMyProcess Developer Community, ciche...@fatergroup.com
Hi Dipen,
yes, the issue has been clarified.

Thank you,
Luigi


On Monday, July 24, 2017 at 8:34:22 AM UTC+2, draval wrote:
> Hi Luigi,
>
>
> Good Day.
>
>
> Have you implemented the provided solution?
> Awaiting for your response. 
>
>
>
>
>
> Thanks & Regards,
> Dipen Raval
> Fujitsu RunMyProcess Support
>
>
> On Sat, Jul 22, 2017 at 1:58 PM, Dipen Raval <dra...@runmyprocess.com> wrote:
>
> Hi Luigi,Good Day.
> To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/08b7b4c8-143c-409b-bb06-4463ee72de2e%40runmyprocess.com.
>
>
>
> For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.
>
>
>
>
>
>
>
> --
>
> Fujitsu - RunMyProcess
>
> ---
>
> You received this message because you are subscribed to the Google Groups "Fujitsu RunMyProcess Developer Community" group.
>
> To unsubscribe from this group and stop receiving emails from it, send an email to supportforum...@runmyprocess.com.
>
> To post to this group, send email to suppor...@runmyprocess.com.
>
> Visit this group at https://groups.google.com/a/runmyprocess.com/group/supportforum/.
>
Reply all
Reply to author
Forward
0 new messages