question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug Report] different table's have varying heights/entry - Cannot force compact view

See original GitHub issue

What happened?

Hello,

below I have two graphs, and the corresponding code. Both dataview-blocks are rendered within the same note, which lies outside of “100 Knowledge” - in a folder on a parallel branch, and deeper nested compared to the “100 Knowledge”-folder grafik

grafik

I can not figure out why this happens, or how to change it. On what seems to me as arbitrary grounds the table is either rendered in a tall or small way. Fundamentally, both queries are basically identical, and I cannot interchange the appearance. I want to render any and all dataview queries in the less space-consuming way (aka the appearance of the first list, not the second table).

Because I cannot see how this would be intended behaviour, I am submitting this as a bug.

Thank you,
Sincerely,
~Gw

DQL

``` dataview
table dateformat(file.mtime,"dd.MM.yyyy") AS "Last Edited", state AS "State", alias AS "Alias"
FROM "100 Knowledge"
WHERE file.name!=this.file.name
Sort time asc
```

``` dataview
table dateformat(file.ctime,"dd.MM.yyyy HH:mm") AS "Created",  dateformat(file.mtime,"DD.MM.yyyy HH:MM") AS "Last Edited"
FROM #todo & "100 Knowledge"
WHERE file.name!=this.file.name
Sort file.name Asc
```

JS

No response

Dataview Version

0.4.26

Obsidian Version

0.14.15

OS

Windows

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:27 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
blacksmithgucommented, Jun 8, 2022

I will adjust the CSS appropriately.

0reactions
AB1908commented, Jul 1, 2022

Seems to be solved in the latest release. Let me know if I should reopen.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Write A Good Bug Report? Tips and Tricks
Reporting a bug is nothing but a skill and in this tutorial we will explain how to achieve this skill. “The point of...
Read more >
Capture and read bug reports - Android Developers
A bug report contains device logs, stack traces, and other diagnostic information to help you find and fix bugs in your app.
Read more >
GCC Bugs - GNU Project
Detailed bug reporting instructions for GNAT. See the previous section for bug reporting instructions for GCC language implementations other ...
Read more >
MariaDB Community Bug Reporting
For the MariaDB bugs database, use JIRA search to check if a report you are going to submit already exists. You are not...
Read more >
How to Report Bugs Effectively - PowerWorld
Anybody who has written software for public use will probably have received at least one bad bug report. Reports that say nothing ("It...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found