Change WriteDrillthroughJSON method#79
Change WriteDrillthroughJSON method#79vberkutovv wants to merge 1 commit intointersystems-community:masterfrom vberkutovv:method-WriteDrillthroughJSON
Conversation
|
This pull request fixing issue discovered in DSW intersystems-community/DeepSeeWeb#264 |
|
Can you give me SQL examples for |
|
@eduard93 here is debug output: IRISAPP>d ##class(MDX2JSON.Utils).WriteDrillthroughJSON("DRILLTHROUGH SELECT FROM [HOLEFOODS] %FILTER ([DateOfSale].[Actual].[YearSold].&[2017]) %LISTING [ListingX]") MDX: DRILLTHROUGH SELECT FROM [HOLEFOODS] %FILTER ([DateOfSale].[Actual].[YearSold].&[2017]) %LISTING [ListingX] SQL: SELECT ID,UnitsSold,Outlet->City FROM HoleFoods.SalesTransaction source WHERE source.%ID IN (SELECT _DSsourceId FROM HoleFoods_Cube.Listing WHERE _DSqueryKey = 'en767687656') |
|
Could you try to construct a schemaless example please, or share the class? i.e. |
|
@eduard93 you can try to run container from https://github.com/evshvarov/Samples-BI |
|
Case: |
|
Fixed here |
|
Yes, looks like fixed ) Thanks. |
No description provided.