Hi,
How to hide the sync time period that are blank in my Management reporting ?
Thanks in advance for helping.
Tom
Hello,
You can use a filter to hide blank values.
Starting Situation:
Step 1: Add a filter to columns to hide 0 values
End Situation:
In case you have multiple line items you can create a support line item called "filter amount", which is the sum of all absolute values.
For example "Filter Item = ABS(Item1) + ABS(Item2) + ABS(Item3)" and then use that for filtering. Now months where only one line item would not equal 0 would still be visible.
Thanks @Lehtohen for commenting.
Applying filter would not work as there are data in my future quarter.
They are blank because i enables the Time Sync and Hierarchy filter.
There was an error rendering this rich post.
Hi all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context and…