Skip to content

Commit 07ca0a0

Browse files
authored
Merge pull request #45 from teccod/master
Added AuthorName filter on Posts Dashboard
2 parents eed5421 + cc04384 commit 07ca0a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

iris/src/dfi/BasicDashboards/Posts.dashboard.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
<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="">
1010
<valueRequired>false</valueRequired>
1111
</control>
12+
<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="">
13+
<valueRequired>false</valueRequired>
14+
</control>
1215
<control name="" action="showListing" target="" targetProperty="" location="widget" type="auto" controlClass="" label="" title="" value="" text="" readOnly="false" valueList="" displayList="" activeWhen="itemSelected">
1316
<valueRequired>false</valueRequired>
1417
</control>

0 commit comments

Comments
 (0)