Question Rodrigo Flores · Jan 21, 2020 Use MDX Hi there,We need your help, in the build pivot with DMX, we don't can run the pivot. The MDX use is: WITH MEMBER [Measures].[CondicionesContCompleta] AS ( IIf([Measures].[CondicionesContCompleta] = Null, 0,[Measures].[CondicionesContCompleta] ) ) SELECT NON EMPTY ( [Gerencia].Gerencia].[Gerencia] ) ON ROWS, NON EMPTY ( [Measures].[CondicionesContCompleta] ) ON COLUMNS FROM [Condiciones] and when we executed the pivot display the next dialog. Error#5001: Expected operator within tuple: ('SELECT' @pos 156)(2) #Analytics #InterSystems IRIS BI (DeepSee) 0 7 0 286
Question Rodrigo Flores · Jun 28, 2018 Filter in table Hi,is there way when select a value in filter column and the second column filter use only value referred to the first selection??we use to active filter to column in table, but not know how relationship the filter between columns of table.only in the table context in zen page. #ZEN #Caché 0 1 0 298
Question Rodrigo Flores · Jun 28, 2018 reload or clear zen Datacombo Hi there,is there a way to reload or clear the content to zen dataCombo from a ZenMethod? #ZEN 0 1 0 378
Question Rodrigo Flores · Nov 20, 2017 dataCombo parameters value Hi there,The problem is, that I need use the property value of datacombo in other datacombo with parameter.The follow a example code: #Caché 0 2 0 419