How to remove zero from line items in a module .I have applied filter but there some columns having Zero .
apply blank in format
when you say "remove" are you trying to hide the zero values for a line item in a module?
The screenshot above is only a formatting option which will display zero values as blank. In order to hide zero values, you need to create a filter on your column (line item > 0). If this filter is going to be used on dashboards, I recommend creating a separate Filter module with the same dimensions as your module where you want to apply the filter.
1. In the filter module, add a Boolean line item and write your filter condition (example: x >0 and/or y>0 etc.)
2. In the data module, apply the filter against the line item for which you want to hide zero values
3. If you have multiple line items with zero values, you'll need one boolean formatted line item filter for each column and create a final boolean line item that combines all the filter conditions using OR function
Hope this helps.
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…