We're reclaiming inactive PDIs to keep them available foractive builders.Learn what's changing, who's affected, and how to protect your work. Read More
I am trying to create an interactive filter using dynamic content blocks on the sys_user_group table to apply on a report based on a Database view that does an either or on a couple of group fields on the DB view. Unfortunately, the dropdown is not p...
Hello,
Is it possible to have a list report displaying the following information?
I am not sure if this can be done even using PA, was wondering if there is a way to achieve this via scripting. If any og you can point me in the right direction...
Here is the code I have:<?xml version="1.0" encoding="utf-8" ?><j:jelly trim="false" xmlns:j="jelly:core" xmlns:g="glide" xmlns:j2="null" xmlns:g2="null"> <g:evaluate var="jvar_groups" object="true" jelly="true"> var cl = new GlideChoiceList(); ...
Thank you so much! I missed that! The dropdown works now and I am able to filter based on the sys_ids. However, the filter behavior seems to be inconsistent. Sometimes the report is filtering correctly, while other time it is not, even when the filte...