コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
4175 ビュー

Hi all,

   Can we add the current date into reports by Studio please?

Thanks

アバター
破棄
最善の回答

Hi,
Yes it is possible to add the current date into reports using Studio.If the model does not have an existing field for the current date, you have to create a date field in the model to store the current date.

After creating the field a compute function can given to the field in order to compute the current date. For that you can click on the ‘More’ button at the left bottom corner and will be redirected to the field properties. There under the ‘Advanced Properties’ section we can give the required dependencies and the compute function in python code as:

for record in self:
record ['x_studio_date_field_name'] = datetime.datetime.now ()

Then you can go to the reports section in Studio, select the required report and add the date field in the report.

Regards

アバター
破棄
関連投稿 返信 ビュー 活動
1
10月 24
1787
2
10月 24
3139
1
7月 24
2366
0
6月 24
1225
2
2月 24
2775