请指导我如何在Microstratergy.中实现以下查询
选择batch_nr,check_nr,update_ts从claim_financial_transaction_dim a,(选择max(update_ts) update_ts,check_nr,batch_nr从claim_financial_transaction_dim组通过check_nr)最大,其中ROW_END_TS IN ('9999-12-31 00:00:00')和a.check_nr IN ('045-4254355')和a.update_ts=max.update_ts和a
我是MicroStrategy的新手。我已经设法安装了MicroStrategy,并将示例()安装在MicroStrategy根目录/web aspx/plugin目录中。
当我启动MicrosStrategy web工具时,我仍然看到下面的错误。
HTTP Error 404.0 - Not Found
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
我该如何解决这个问题?
我想使用MicroStrategy指标编辑器创建一个新指标,以检查两个条件:
1 is progress_days > complete_date
2 is Status column is = In Progress
如果两个条件都满足,则为红色,否则为绿色
看起来MicroStrategy不支持它,请告知。
我是一个Server,负责改进我们的MicroStrategy环境的性能。我没有在MicroStrategy受过训练。
我运行了Server并捕获了一个跟踪,该跟踪显示了一个运行查询的报表,MicroStrategy将该查询存储在临时表中,以便在以后的查询中使用。例如:
--Obviously this isn't the real query - I don't think the exact query is important
--This runs in a couple seconds
select CUSTOM_GRP_ID, GRP_COLOR
from tabl
我一直在尝试在一个网站上运行一个微策略报告,并尝试了html和js方法。作为测试,我写了这个(下面的代码),但我一直收到错误,报告不会出现在我的iframe中。我检查了Chrome中的检查器,一直收到这个错误-
拒绝在帧中显示'‘,因为它将'X- frame -Options’设置为'SAMEORIGIN‘。
这是我的代码:
<html>
<body>
<SCRIPT>
function run() {
var sel = document.getElementById('sel');