Skip to content

Commit

Permalink
Merge pull request #45 from teccod/master
Browse files Browse the repository at this point in the history
Added AuthorName filter on Posts Dashboard
  • Loading branch information
MakarovS96 authored Dec 8, 2022
2 parents eed5421 + cc04384 commit 07ca0a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions iris/src/dfi/BasicDashboards/Posts.dashboard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
<control name="" action="applyFilter" target="*" targetProperty="[DateDimension].[H1].[Year]" location="dashboard" type="auto" controlClass="" label="Year" title="" value="&amp;[NOW]" text="NOW" readOnly="false" valueList="" displayList="" activeWhen="">
<valueRequired>false</valueRequired>
</control>
<control name="" action="applyFilter" target="*" targetProperty="[AuthorName].[H1].[AuthorName]" location="dashboard" type="auto" controlClass="" label="Author Name" title="" value="" text="" readOnly="false" valueList="" displayList="" activeWhen="">
<valueRequired>false</valueRequired>
</control>
<control name="" action="showListing" target="" targetProperty="" location="widget" type="auto" controlClass="" label="" title="" value="" text="" readOnly="false" valueList="" displayList="" activeWhen="itemSelected">
<valueRequired>false</valueRequired>
</control>
Expand Down

0 comments on commit 07ca0a0

Please sign in to comment.