Skip to main content
March 29, 2023
Question

Process Report Formatting Date Problem

  • March 29, 2023
  • 4 replies
  • 0 views

Im trying to set specific format for Start Time Column at the process report and data does not show when i set the format.

4 replies

March 29, 2023

Strange, same expression works if I test it in an Unnamed rule.

You can use text() instead of datetext, it will work

March 29, 2023

Solved! That works perfectly thaks

mikes0011
Brainy
March 29, 2023

The real answer here (as hinted by the documentation provided in Stefan's prior answer) is that the functions allowed within Process Report expressions are a very slim subset of all available functions - almost no newer ones, and nothing that uses keyword syntax in an input.  You can call expression rules, but any rule you call has to abide by this constraint as well.