RnR and injected=true - Is it possible to get this to work ?
Hi,
i tried a lot but didn't get this markup to work. I also tried using unicodes.
So here it is:
{replace-and-render}
{replace-item:%VALUE%}%content:id>+4235945893%{replace-item}
{replace-body}
{report-on:injected=true}
%VALUE%
{report-on}{replace-body}
{replace-and-render}
without >+"number" it works but this kind of keychaining is important for me here
i tried a lot but didn't get this markup to work. I also tried using unicodes.
So here it is:
{replace-and-render}
{replace-item:%VALUE%}%content:id>+4235945893%{replace-item}
{replace-body}
{report-on:injected=true}
%VALUE%
{report-on}{replace-body}
{replace-and-render}
without >+"number" it works but this kind of keychaining is important for me here
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
-
Inappropriate?No ideas or any workaround for that ?
-
Inappropriate?Sorry for the delay. I'm not exactly sure what you're trying to achieve here. I'm assuming the problem is getting injected and replace-and-render to work together? Could you provide a more concrete example of what you're trying to do and I might be able to help further..
-
Inappropriate?Hi,
i'm trying to create a table with dynamic columns. In each cell i like to use the list-data macro.
To get a unique id i try to add one content:id to the other.
{replace-and-render}
{replace-item:%VALUES%}{report-block:injected=true}
{local-reporter:content:children|Source=RZBS:Alle Server}
{text-filter:content:title|exclude=CTX-AAC1,CTX-AAC2,CTX-EDGE1,Meta-ADM}
{collection-filter:content:labels|matchItems=any}
{text-filter:label:title|include=citrix_server}
{collection-filter}
{text-sort:content:title}
{local-reporter}
{report-body}\{report-column:title=%title%}list-data:ldzzz%%content:id>+%content:id% %%\{report-column}{report-body}
{report-block}{replace-item}
{replace-body}{report-table:injected=true}
{local-reporter:content:children|Source=RZBS:Anwendungen}
{collection-filter:content:labels|matchItems=any}
{text-filter:label:title|include=citrixanwendung}
{collection-filter}
{local-reporter}
{report-column:title=Anwendungen}%content:title%{report-column}
%VALUES%
{report-table}{replace-body}
{replace-and-render}
This might not be very intelligent but i just wanted to know if something like that is possible.
Maybe it's a problem with injected=true and keychaining, esspecially this part:
%%content:id>+%content:id% %%
which should look after inserting like this %content:id>+312333%
Didn't we had that before ? -
Inappropriate?Hmm... Well, I'm still not exactly sure why you want to do it, but anyway... :)
I can't spot anything obvious, except that I'm not sure what {replace-and-render} does with %...% values it doesn't recognise. There seems to be a bit of an error in your 'list-data:ldzzz' section, but not something that would break the report. I think...
What is your actual output for this report? -
Inappropriate?Hi,
i attached two images.
i also changed the code a little bit. Moved the injected=true into the report-column within the replace-and-render block
{replace-and-render}
{replace-item:COLUMNS}{report-block:injected=true}
{local-reporter:content:children|Source=RZBS:Alle Server}
{text-filter:content:title|exclude=CTX-AAC1,CTX-AAC2,CTX-EDGE1,Meta-ADM}
{collection-filter:content:labels|matchItems=any}
{text-filter:label:title|include=citrix_server}
{collection-filter}
{text-sort:content:title}
{local-reporter}
{report-body}\{report-column:title=%title%|injected=true}\list-data:ldzzz%%content:id%%%content:id%\{report-column}{report-body}
{report-block}{replace-item}
{replace-body}{report-table}
{local-reporter:content:children|Source=RZBS:Anwendungen}
{collection-filter:content:labels|matchItems=any}
{text-filter:label:title|include=citrixanwendung}
{collection-filter}
{local-reporter}
{report-column:title=Anwendungen}{report-info:content:title}{report-column}
COLUMNS
{report-table}{replace-body}
{replace-and-render}

Loading Profile...



EMPLOYEE