Skip to main content

Hi @angela, a possible reason is that an excess space exists between the comma and ":". Firstly make sure this.

@FindString(@Value(_date_recorded),":") -> OK: no excess spaces before and after the arguments
@FindString(@Value(_date_recorded), ":") -> Wrong: there is an excess space before the ":"

Hi @takashi,

There's no space there. I'm using:

@FindString(@Value(_date_recorded),":")


Never mind, it's working now and I have know idea why as all I did was restart the session!


Never mind, it's working now and I have know idea why as all I did was restart the session!

I have experienced similar intermittent results when using the AttributeManager.

Reply