Skip to content

Commit 967f409

Browse files
committed
Subfolders support.
1 parent e2c7476 commit 967f409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MDX2JSON/Dashboard.cls.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Folder, from which we get Dashboards.</Description>
1818
Get SQL for folder, from which we get Dashboards. </Description>
1919
<ClassMethod>1</ClassMethod>
2020
<ReturnType>%String</ReturnType>
21-
<Implementation><![CDATA[ return "SELECT title, fullName As path FROM %DeepSee_Dashboard.Definition WHERE folderName = '" _..#folderName _"'"
21+
<Implementation><![CDATA[ return "SELECT title, fullName As path FROM %DeepSee_Dashboard.Definition WHERE folderName %STARTSWITH '" _..#folderName _"'"
2222
]]></Implementation>
2323
</Method>
2424

0 commit comments

Comments
 (0)