Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Hi, you can try using a nested hash variable Hash Variable#NestedHashVariable
thank you Anders, but still not work
According to the examples in the documentation, I do not think you can use the + symbol.
The hash variable is only parsed one time. You cannot have it parsed the second time.
I am afraid you cannot split a hash string into two or more parts, Joget hash variables is like a search and replace string function in a text editor. It will find the matching #somehashstring# and replace with the new value.
Try this instead ( in pseudocode ):
thank you Mattew, i have split hash variable like pseudocode
but it still not work.
i try hashvariable to reproccess
it work,
Hi,
I have problem to execute hash variable with dynamic parameter
if hashvariable direct value is no problem
String level = "#pl.employee.employeecode.88888.level#";
output
I need to dynamic employeeCode into hashvariable
String emplCode = User.getEmployeeCode();
String level = "#pl.employee.employeecode."+emplCode+".level#";
but i have a problem
output
thanks in advance
best regard
Khafidz