megan_mcp
Forum Replies Created
-
megan_mcp
AdministratorMarch 26, 2024 at 9:47 am in reply to: unable to continue with level 2 courseHi @lestat-jin
Thank you for reporting this bug.
Our team have been investigating this and we hope to have it resolved as soon as possible.
But as @Kenan has mentioned, it is not a permanent problem. It should resolve itself after a while.
Many thanks,
Megan🙂
-
Hi @trinity
I see you have received your certificate so congratulations on completing the KDB Developer Level 3 course !
Also thank you for providing the rest of the community with a solution to this problem.
Many thanks,
Megan 🙂
-
Hi @Abigail
Can you provide screenshots of where the csv file is stored and how you are trying to access it ?
Thanks,
Megan
-
megan_mcp
AdministratorMarch 25, 2024 at 12:00 pm in reply to: Capstone 3.1 and 4.7 Format is incorrectHi @Kenan
Can you please download and send me your project.md file to mmcparland@kx.com so I can have a closer look?
Thanks,
Megan
-
Hi @jackyyuk
At the minute, kdb+/q does not have built-in functions for bitwise and,or,xor operations. However please find below some discussions on this topic and solutions on how to provide bitwise operations.
- https://www.timestored.com/b/bitwise-operators-kdb-database/
- https://stackoverflow.com/questions/52068847/bit-shift-operation-supported-in-kdb
- https://www.mindfruit.co.uk/posts/2012/11/vectorised-bitwise-or-for-kdb/index.html
Thanks,
Megan
-
megan_mcp
AdministratorMarch 25, 2024 at 11:18 am in reply to: Failed to start workspace for SQL courseHi @thetourist
Those errors can be ignored. If you run ./setup.sh (as you have done) then head to ‘Launcher’ and launch KX Developer.
Select ‘kxsql-demo’ it should work fine.
There should be no additional steps involved. Are you experiencing this issue after following the above steps? If so, can you provide screenshots ?
Thanks,
Megan
-
megan_mcp
AdministratorMarch 25, 2024 at 11:00 am in reply to: Capstone 3.1 and 4.7 Format is incorrectHi @ismai
The correct format for tradeContext is as follows:
And can you send me a screenshot of your edgeCor dictionary so I can have a look?
Thanks,
Megan
-
-
-
megan_mcp
AdministratorMarch 21, 2024 at 11:08 am in reply to: Programming language used in Dashboard GUI -
Hi @trinity
Thank you for reporting these mistakes.
We will update this so that the course is accurate.
Many thanks,
Megan
-
-
megan_mcp
AdministratorMarch 25, 2024 at 2:38 pm in reply to: Capstone 3.1 and 4.7 Format is incorrectHi,
The column ‘exQuality’ should not be apart of the tradeContext table. I think this may be the problem.
Megan
-
megan_mcp
AdministratorMarch 25, 2024 at 2:15 pm in reply to: Capstone 3.1 and 4.7 Format is incorrectHi @ismai
Notice in your aj join you have used the tradedata and nbbodata variables instead of tradeTable and nbboTable variables.
If you adjust these, you should achieve the correct format.
Thanks,
Megan