Welcome to the IBM TechXchange Community, a place to collaborate, share knowledge, & support one another in everyday challenges. Connect with your fellow members through forums, blogs, files, & face-to-face networking.
Join / sign up
I'm not familiar with your expression syntax in PowerBI, but what I think I see is your calculated dates are (1) the first day of the today's calendar year and (2) yesterday's date. Expressions in ...
Hi Zheng Fa, >When I try to submit a pytorch ddp job with 16 GPUs on 2 nodes, I find it doesn't work. #BSUB -gpu "mode=exclusive_process:aff=yes" #BSUB -R "32*(rusage[ngpus_physical=8])+32*(rusage[ngpus_physical=8])" ...
I am re-creating the Data Module in Cognos Analytics from my PowerBi Data Module. I have a measure I created in PowerBi but don't know to to implement in Cognos. need some help. The DAX measure in PowerBi ...
Ventes AAD = CALCULATE([Ventes PlageDate], DATESBETWEEN(dim_Calendrier[Date], DATE(YEAR(TODAY()), 1, 1), DATE(YEAR(TODAY()),MONTH(TODAY()),DAY(TODAY()))-1)) ** Ventes PlageDate = SUM(fact_Ventes[TOTAL_AMOUNT]) ...
Hi Armand, The best way would be to log a case with our support, so it could be properly investigated. Best regards, ------------------------------ Svetlana Pestsova IBM Planning Analytics Product ...
I discovered the issue, the site was in the process of upgrading and there is a different url to use. This ticket/thread can be considered closed ------------------------------ Edward Mackereth ---- ...
I have set up an intercompany lookup table for our users. When editing the intercompany lookup table, for their profile the cannot select counter-entities outside of their group of companies? I am ...
Yes, I use this undocumented function as well append with a timestamp. I really hope TM1 v12 can have some sort of UUID function but unfortunately, I don't think it will be included this time. :( ------------------------------ ...
Good trick. I know RUNPROCESS can return a unique iD but never realised that I can use it for uniqueness. ------------------------------ mvp morgan ------------------------------
Would it be even better to let user specify a seed into this function? :) ------------------------------ mvp morgan ------------------------------
Maybe another approach to deriving a unique reference is to use the undocumented MilliTime function. This will return a numeric value like 1813725061 If you want to be really sure of uniqueness, you ...
Hi Renaud, I have had the same issue as well. If you have a counter, a way to handle can also be to append the RAND() number every 65k records. If not, appending multiple RAND()'s can also be a solution, ...
Hello, I might add that usually we do not really need random numbers, but rather a way to generate unique identifiers to create temporary objects in TI processes (well, it was before PA capabilities ...
torchrun needs to be executed on all hosts (as you found out), so we use something like blaunch -z $HOSTLIST --nnodes=2 --nproc_per_node=8 --rdzv_id=100 --rdzv_backend=c10d --rdzv_endpoint=$HOSTNAME:29400 ...
Hi Stuart, Thank you for your answer. I could not attend the live session but watched the on-demand recording and the plans you outlined regarding the formatting capabilities of the cube viewer sound ...
When I use the Assistant in the Dashboard Module on a dataset, I can use the "create dashboard" and it will produce a dashboard. When i enter a command like "show Sales by Product" (with autocomplete) ...
Hi Morgan, It is impossible for any computer to generate truly random numbers, as nothing happens randomly when it comes to code. Random numbers are actually generated by a equation, based on a "seed" ...
Just to confirm, you want to have the data for yesterday and before that but run the report today while using relative time. If you set the _as_of_date global parameter to use May 31 then that should ...
Hi everyone, You can watch the on-demand recording here and download the slides here. Please share any of your questions below. ------------------------------ Michael McGeein --------------------- ...
I have a scenario where the data is loaded into the data warehouse with a one day lag. So data is loaded for May 30th on May 31st, May 31st data on June 1st, June 1st data on June 2nd. We're using the ...
To implement pagination for your REST endpoint in the Cognos server's REST configuration file, you need to specify the appropriate parameters in the configuration file. Here are the steps to do that: ...
I am new to the Community, so please advise if this post is not allowed. On 5/3/2023 an end-user experienced an issue when working with a table on a prompt page, when trying to change the number of ...
Hi. An additional question with regards to the migration from Architect to Workspace. When will the ability to search the transaction log be available on Workspace? Thanks Johann ------------------------------ ...
Hi Thank you for these sessions. I do have a couple of questions with regards to the roadmap: Dynamic Quick Reports - when are these expected? I.e. the ability to build formatted reports referencing ...
Hi, I am a user of IBM Spectrum LSF 10.1. When I try to submit a pytorch ddp job with 16 GPUs on 2 nodes, I find it doesn't work. LSF will allocate 2 nodes with 16 GPUs to the job, but the job doesn't ...