I am creating a custom report and I wonder. Is it possible to retain multiline formatting aka the data in a row column will not be shown as a one liner in the report custom column?

Example:

Instead of this:

  • id: 480 name: svchost id: 632 name: svchost id: 708 name: svchost id: 980 name: svchost...

I want to see this:

  • id: 480 name: svchost
  • id: 632 name: svchost
  • id: 708 name: svchost
  • id: 980 name: svchost
  • ...

image.png

Btw this is how I create the 'data' column value: (get-process svchost | select name,id | foreach {"id: $($_.id) name: $($_.name)"}) -join "`n"

ago by (980 points)

1 Answer

ago by (307k points)
0 votes

Hello,

Unfortunately, there is no such possibility. However, thank you for the suggestion. We forwarded it to the corresponding department for consideration.

ago by (980 points)
0

Would be super useful. Btw if you try to output multiline output you can get kind of cryptic error json_test_error.png

This message could be improved too :)

ago by (307k points)
0

Hello,

What exactly do you mean by multiline output? Could you, please, provide the full script in TXT format? You can post it here or send to us at support@adaxes.com. In the latter case, please, provide the full screenshot of the error. Unfortunately, the one you posted is unreadable (got shrinked due to image size).

Related questions

Hello *, I have a very special problem. Our user objects have a multiline value attribute. In this attribute the drive connection are saved, for example: entrytype ; ... the attribute is taken by a login script and connects those drives. Thanks in advance!

asked Sep 13, 2018 by ahanil (200 points)
0 votes
1 answer

I am trying to create a report that gets the Distribution Groups where Memebrs includes objects that match the initiator's email. For example, if the initiators email is ... I am not very good with the Adaxes specific scripts right now. Adaxes Version:

asked 9 hours ago by apruitt (280 points)
0 votes
1 answer

I am trying to find a way to get an hourly report on locked out user accounts to only be sent if the total amout of locked out account exceeds 10 users. Is this possible in ... a way to setup the logic to check to see how many items are returned in a report.

asked Jun 12, 2024 by Vertigo (50 points)
0 votes
1 answer

Hi, I copied report "recently created users" and added a parameter to check for specific value in extensionAttribute3. If this attributes starts with e.g. value "startdate" , only those users ... $null, * , %%, ? , ...) Any idea how to build the report?

asked Jul 7, 2023 by wintec01 (2.4k points)
0 votes
1 answer

Hi, I am running a report to dump some attributes. I have one attribute that is Yes or No in AD. I want to transform that when generating that in a report. AD value ... I believe it is script in a report -specific column but not sure how to construct. Thanks.

asked Jun 26, 2021 by techg (320 points)
0 votes
1 answer