Skip to content
Snippets Groups Projects
Commit 40f5e918 authored by Matthias Bernien's avatar Matthias Bernien
Browse files

update range column

parent 5e95102f
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
((*-endfor*)) ((*-endfor*))
((*for row in tables-*)) ((*for row in tables-*))
((*for v in row -*)) ((*for v in row -*))
((*if v.Value is defined*)) ((*if "X" in v.Value*)) (((v.Value))) ((*else*))\num{(((v.Value)))}((*endif*))((*if loop.revindex == 1*))\\((*else*))&((*endif*))((*endif*)) ((*if v.Value is defined*)) ((*if "X" in v.Value or "A" in v.Value*)) (((v.Value))) ((*else*))\num{(((v.Value)))}((*endif*))((*if loop.revindex == 1*))\\((*else*))&((*endif*))((*endif*))
((*-endfor*)) ((*-endfor*))
((*-endfor*)) ((*-endfor*))
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment