You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an example, let's take a schema 'project' with fields like 'title, description, status, ...).
Now about the status field, I can use a dropdown type or create a specific schema project_status with a lookup type, I chose the last one, but whatever the choice, problem is the same when I want to aggregate the value in a specific way.
So when I use {{$project.status}} in the page, it works fine. But I also create icons named "project_status_X.png" where "X" is the value from status' field and so something in page like this {{ :icon:project_status_{{$project.status}}.png}} doesn't work.
I also try to create an icon field in project_status with "structjoin" plugin, it works in aggregation table, but not in page "value".
It would be nice to have another markup to aggregate values in pages instead of {{$table.field}}. Or any othe solution that would solved my problem.
Thanks :-)
The text was updated successfully, but these errors were encountered:
Feature Description
Hello !
As an example, let's take a schema 'project' with fields like 'title, description, status, ...).
Now about the status field, I can use a dropdown type or create a specific schema project_status with a lookup type, I chose the last one, but whatever the choice, problem is the same when I want to aggregate the value in a specific way.
So when I use
{{$project.status}}
in the page, it works fine. But I also create icons named "project_status_X.png" where "X" is the value from status' field and so something in page like this{{ :icon:project_status_{{$project.status}}.png}}
doesn't work.I also try to create an icon field in project_status with "structjoin" plugin, it works in aggregation table, but not in page "value".
It would be nice to have another markup to aggregate values in pages instead of
{{$table.field}}
. Or any othe solution that would solved my problem.Thanks :-)
The text was updated successfully, but these errors were encountered: