Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey,
In my attached application, for unknown region in pivot table there are shown 4 Names but when i select Desk as Unknown from list box it is showing only 2 names. Pls help.
Thanks
Can you plz elaborate.
Thanks
do you mean to say that:
Table1:
Mapping Load
Name,
isnull(Desk,'Unknown', Desk) as Desk
Is it you mean?
just replace this code in ur Main 4 tab with table2,
Table2:
Mapping LOAD isnull(Name,'Unknown', Name) as Name,
Desk
FROM
(ooxml, embedded labels, table is Sheet1);
Thankx buddy, it helps. I just needed to shift my calculated dimension code to script side
Can you help me regarding my other prob?
I have one dashboard in Dev server and QA server. My dev server dashboard reloads everyday but QA server dashboard doesnot reload everyday. I want it to reload everyday. What to do for this?
if I'm not understand wrongly,u can schedule ur dashboard on ur QA Server.
Can you tell me how?
Becoz in DEV server , i see in QMC, there is specified the reload time for
evryday and at that time dashboard is being reload on DEV server. Does QMC
reload setting is different for QA server? Do i need to check QMC setting
in QA also ?
yes, first u have to confirm the application is deployed on network drives and configured accordingly the setting in ur both the servers or not?
if ur application is placed in ur local box then the setting will be different on both the server's.
Ohk but i just want to confirm that am i using correct way to access QMC on QA ?
QAServername:4780/QMC ?
Thanks