WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > Latest posts

latest posts

MVP
In reply to: Jack

Hi,
rule looks OK.
but you have to put it in two places (the easiest way is to make "Form rule" and use it twice)
1. "Style and behavior" (where you did it)
2. Tab "Behavior" in "Main Form"

Regards

I'll add to this, that it's not necessary to put it on 'Main Form' 'Behavior' - this will work on every step, and might lead to errors if field will not be visible in specific step.
It is possible to set it per step basis, docs here: https://docs.webcon.com/docs/2024R1/Studio/Workflow/Step/Step_FormView/

I've been trying to utilize the form rule for the Yes/No field named "Service Line" to show "Service Line Items" item list field when it is ticked to Yes and be hidden if it is unticked or set to No.
The problem is the "Service Line Items" item list field is showing on default when opening the form and even though the "Service Line" is still set to No on default.

Thanks in advance for the help

In reply to: Maksymilian Stachowiak

I'm digging an old thread, but I've faced same trouble today, and had to add something new to make it work, so why not make an update :)
This is my final config, that works for Date columns (i didn't need time part, changing today() to now() should do the work though)

{
"content": "=CurrentField",
"style": {
"background-color": "=if(date(CurrentRawValue) > today(), '#FF0000', '')"
}
}

Thank you,
the article is not clear ....

https://kb.webcon.pl/zaawansowane-kolorowanie-raportow/
https://kb.webcon.pl/kolorowanie-komorek-w-raportach-aplikacji/

help is not helping ...
https://docs.webcon.com/pl/docs/2024R1/Portal/Reports/Views

we need tutorial ... user voice ?
links to dev part of portal (with explanation) .. are death as well ...
refering to:
[quote="webcon"]
Konfiguracja w trybie zaawansowanym jest możliwa przy użyciu formatu JSON – schemat tworzenia takiej konfiguracji znajdziesz pod linkiem: http://developer.webcon.com/json-schemas/v1/column-formatting.schema.json.
[/quote]

----edit----
should I go here? https://files.webcon.com/bps/reports/column-formatting.schema.v3.json